美文网首页
Git 问题留存

Git 问题留存

作者: 我的名字叫浩仔 | 来源:发表于2017-03-10 21:41 被阅读211次

$ git clone https://git.oschina.net/antlinker/AntLinkCampus.git

Cloning into 'AntLinkCampus'...

remote: Counting objects: 31113, done.

remote: Compressing objects: 100% (9169/9169), done.

error: RPC failed; curl 18 transfer closed with outstanding read data remaining

fatal: The remote end hung up unexpectedly

fatal: early EOF

fatal: index-pack failed

$gitconfig --global http.postBuffer 24288000

$gitconfig --list

若输出 24288000 则已修改


error: RPC failed; HTTP 401 curl 22 The requested URL returned error: 401

分支设置为只读了,没有权限

相关文章

网友评论

      本文标题:Git 问题留存

      本文链接:https://www.haomeiwen.com/subject/msbogttx.html