Git:解決報錯:fatal: The remote end hung up unexpectedly

問題描述:Git在推送項目時報錯:fatal: The remote end hung up unexpectedly。git 問題緣由:推送的文件太大。bash 解決方法:post 1.修改設置git config文件的postBuffer的大小。(設置爲500MB)code $ git config --local http.postBuffer 524288000 注:--local選項指定
相關文章
相關標籤/搜索