Git 问题留存


$ 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 问题留存)