总消息后git push origin挂起

aph*_*hex 19 git github

git push origin mastergithub上执行后,推送挂起,没有任何反应.我正在使用https://username@github.com.起初我首先得到的错误http.postbuffer是太小了我把它改成了http.postbuffer=209715200.现在它在Total行之后挂起:

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)
Run Code Online (Sandbox Code Playgroud)

编辑:没有涉及代理

Luk*_*mur 10

您可能需要等待它完成.没有进度条,所以看起来它已停止但它没有.

  • 取消几次后,它告诉我做一个“git prune”,这有效 (4认同)

Rog*_*ara 6

就我而言,这是远程存储库上的权限问题.一旦我"ch"了远程repo目录,推送就完成了.