git使用教程&&问题列表

it2022-05-08  14

git教程【转】

http://www.liaoxuefeng.com/wiki/0013739516305929606dd18361248578c67b8067c8c017b000

 

git push的时候报411问题【转】

使用git提交比较大的文件的时候可能会出现这个错误

error: RPC failed; result=22, HTTP code = 411fatal: The remote end hung up unexpectedlyfatal: The remote end hung up unexpectedlyEverything up-to-date

这样的话首先改一下git的传输字节限制

git config http.postBuffer  524288000

PS:命令行下执行上面设置即可

转载于:https://www.cnblogs.com/zhzhang/p/5097935.html


最新回复(0)