如何在git clone

时间:2016-12-08 07:32:58

标签: git macos

我尝试过不同的方法来安装它,但它仍然无效。我正在尝试使用git clone https://github.com/CocaPods/Specs.git master从github克隆。请分享您的想法。我正在使用带有8GB Ram的Mac Sierra。

enter image description here

2 个答案:

答案 0 :(得分:0)

此错误最有可能导致low buffer size of git。其他原因,Antivirus or Firewall可能正在修改HTTP数据包。

  • 增加git缓冲区大小:
          $ git config --global http.postBuffer 2M
  • 暂停Antivirus or Firewall一段时间,然后重新尝试克隆。

答案 1 :(得分:0)

不确定您的问题是克隆还是运行某个项目命令。

克隆尝试两者:

  • git clone https://github.com/CocoaPods/Specs.git
  • git clone git@github.com:CocoaPods/Specs.git