1. unable to rewind Remote Procedure Call post data - try increasing http.postBuffer
原因:一次提交量過大 需要增大postBuffer
解決:
git config --global http.postBuffer 你所需要的量
參考:https://www.cnblogs.com/laogaoyang/p/6071560.html
2.RPC failed; curl 55 The requested URL returned error: 401
原因:無權(quán)限
解決:1.加入ssh密鑰,2.第一次無master 所以用 :
git push -u origin --all
而不是用:
git push -u origin master
可能是我還沒創(chuàng)建分支導(dǎo)致?
3 warning: You appear to have cloned an empty repository.
git 倉庫得在空文件下創(chuàng)建