1. 程式人生 > >git push error HTTP code = 413

git push error HTTP code = 413

error: RPC failed; HTTP 413 curl 22 The requested URL returned error: 413 Request Entity Too Large

 

 

將http 協議改為ssh認證就可以了

 

git remote set-url origin [email protected]:xxx
/PoetrySystem.git
[email protected] :伺服器名
xxx/PoetrySystem.git 倉庫名,然後就可以提交了

當然你必須生成ssh 認證

ssh-keygen -t rsa -C "[email protected]" //你申請賬號的郵箱

然後三次回車或者指定金鑰路徑和密碼,預設產生的金鑰和公鑰在登入使用者的.ssh資料夾下.

~/.ssh/id_rsa.pub 金鑰儲存在該檔案