Git克隆错误

时间:2012-06-06 08:35:02

标签: git github

我正在执行this page中描述的构建Windows Zotero独立客户端的步骤。 运行以下命令后,我收到错误消息,正如您在命令后看到的那样。 有什么问题?

$ git clone --recursive git://github.com/zotero/zotero-standalone-build.git
Cloning into 'zotero-standalone-build'...
remote: Counting objects: 942, done.
remote: Compressing objects: 100% (565/565), done.
fatal: read error: Connection reset by peer
fatal: early EOF
fatal: index-pack failed

1 个答案:

答案 0 :(得分:2)

可能是github的公钥问题。尝试用网址克隆 https://github.com/zotero/zotero-standalone-build.git

代替。 这不需要基于密钥的身份验证。我正在设法用两个选项BTW克隆这个回购。