【发布时间】:2011-07-16 21:39:49
【问题描述】:
我在服务器上设置了一个 git 存储库:
andy@ubuntu:/home/git/repositories$ ls
gitosis-admin.git GoGoFlow.git
andy@ubuntu:/home/git/repositories$ pwd
/home/git/repositories
一切都好,花花公子。
然后我来到一台新机器 - 我以前没有使用 git 我手动将我的机器公钥添加到 gitosis 项目的 export_dir/keydir 中
然后输入:
git clone git@novo.dyndns.tv:GoGoFlow
Cloning into GoGoFlow...
git@novo.dyndns.tv password:<passwd>
fatal: GoGoFlow.git does not appear to be a git repository
fatal: The remote end hung up unexpectedly
我是否错过了新 git 安装 windows 7 中的设置步骤?
干杯
【问题讨论】:
标签: linux git version-control ubuntu gitosis