当我尝试将我的代码推送到git它只是挂起时,没有任何错误信息只是静止不动。
Counting objects: 10, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (7/7), done.
Writing objects: 100% (7/7), 7.80 KiB | 0 bytes/s, done.
Total 7 (delta 2), reused 0 (delta 0)
POST git-receive-pack (8124 bytes)
在网上搜索我看到人们有大型存储库的问题,当数据被分块但存储库很小而且消息不是“POST git-receive-pack (chunked)
”所以没有块问题。只是为了确保我尝试使用git config http.postBuffer 524288000将缓冲区大小更改为大的,没有区别。我试着把它留在夜间看看是否有什么事情发生但它只是静止不动。
非常感谢任何有关未来故障排除的建议。