git push提交时卡住

Posted 雪浪snowWave

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了git push提交时卡住相关的知识,希望对你有一定的参考价值。

windows可能会有这个问题,

需要设置

git config --global sendpack.sideband false

git config --local sendpack.sideband false

如果第一个设置后可以push成功,就不用设置第二个了

以上是关于git push提交时卡住的主要内容,如果未能解决你的问题,请参考以下文章

git push出现403错误怎么办

git push 代码 报没有权限的错误 的解决方法之一

Github使用git提交时遇到冲突

Github使用git提交时遇到冲突

解决团队中其他人在git中push代码总是被拒绝的问题

git项目初次push提示error: failed to push some refs to https://gitee.com/xxxx/gittest.git’解决方案 --九五小庞(代码片段