2012-06-06 255 views
2

我按照this page中描述的步驟構建Windows Zotero獨立客戶端。 運行以下命令後,我收到錯誤消息,正如您在命令後看到的那樣。 有什麼不對?Git克隆錯誤

$ 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

致命:讀取錯誤:連接重置由對等< - 通常意味着操作系統級別的網絡斷開連接。也許你的防火牆玩弄技巧? –

回答

2

可能是github的公鑰問題。嘗試用克隆URL作爲 https://github.com/zotero/zotero-standalone-build.git

代替。 這不需要基於密鑰的身份驗證。我正在設法克隆這個回購兩個選項順便說一句。