【发布时间】:2013-07-01 18:21:10
【问题描述】:
我刚刚在我的 Debian 服务器上安装了 gitolite。 然后我将 gitolite-admin repo 和新的公钥 + 以下行克隆到 conf 文件中:
repo wallr_common
RW+ = wall
推送后创建了新的 repo。
一开始我去authorized_keys发现新用户的key不存在,然后我运行~/.gitolite/keydir$ gl-setup,key出现在authorized_keys中。
现在我正在尝试克隆它,但出现错误:
git.exe clone --progress -v "ssh://wall@192.168.1.110:/wallr_common.git" "D:\wallr_common"
Cloning into 'D:\wallr_common'...
fatal: Could not read from remote repository.
Please make sure you have the correct access rights and the repository exists.
git did not exit cleanly (exit code 128) (5834 ms @ 04.07.2013 0:27:46)
这可能是什么根本原因?
【问题讨论】:
标签: clone gitolite repository