在github上執行git push origin master
之後,推送掛起並沒有任何反應。我正在使用https://[email protected]
。起初,我首先發現錯誤http.postbuffer
太小,我將其更改爲http.postbuffer=209715200
。現在,它的總行後掛起:git push origin在總消息後掛起
Counting objects: 203, done.
Delta compression using up to 2 threads.
Compressing objects: 100% (197/197), done.
Writing objects: 100% (201/201), 49.41 MiB | 11.07 MiB/s, done.
Total 201 (delta 37), reused 0 (delta 0)
編輯:有沒有代理涉案
您可以嘗試設置GIT_CURL_VERBOSE = 1和/或GIT_TRACE = 1以查看更詳細的輸出。您應該提及是否有代理參與或不參與。我建議明確指出哪些分支:git push origin master,所以你只推送master而不是每個本地分支。 – patthoyts 2013-03-13 11:28:49
如果你還沒有,你可能也想把這個問題傳遞給GitHub的支持人員。 – larsks 2013-03-13 14:33:28
也有這個問題bitbucket – Patrick 2013-04-05 20:58:37