使用git提交時報錯:error: RPC failed; HTTP 413 curl 22 The requested URL returned error: 413 Request Entity Too Large


Delta compression using up to 4 threads.
Compressing objects: 100% (2364/2364), done.
Writing objects: 100% (4329/4329), 1.15 MiB | 11.20 MiB/s, done.
Total 4329 (delta 2657), reused 3050 (delta 1497)
error: RPC failed; HTTP 413 curl 22 The requested URL returned error: 413 Request Entity Too Large
fatal: The remote end hung up unexpectedly
fatal: The remote end hung up unexpectedly
Everything up-to-date

問題在於用http提交有上傳大小限制,修改上傳大小限制使用 git config --global http.postBuffer 52428800 后依然報錯;

改為了ssh提交就好了 (git remote -v查詢git的提交地址)

git remote set-url origin ssh://xxx@github.org/hello/etl.git

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM