..
curl 18 transfer closed with outstanding read data remain
本地有一个工程A,要push到GitHub上的时候,出现的问题。
git push -u origin master
试了网上的方法,调整 postBuffer 的大小。 不管用。
git config --global http.postBuffer 524288000
重新清除 origin, git remote remove orign
, 添加下面的方式
git remote add origin git@github.com:Hoopics/ipfs-cluster.git
再次 git push -u origin master
成功。
Nothing