報錯信息
Enumerating objects: 79, done. Delta compression using up to 4 threads Total 40 (delta 25), reused 0 (delta 0) the remote end hung up unexpectedly the remote end hung up unexpectedly RPC failed; HTTP 413 curl 22 The requested URL returned error: 413
應該是上傳的文件太大了。解決辦法通過ssh上傳解決。
ssh-keygen -t rsa -C “郵箱或者名字”
會生成一個密鑰,復制密鑰里面內容【id_rsa.pub】到gitlab賬號里
在切換遠程倉庫
git remote set-url origin {url} // url內容為項目的git地址
應該就可以了。