首页 > 代码库 > git push提交时卡住

git push提交时卡住

windows可能会有这个问题,

需要设置

git config --global sendpack.sideband false

git config --local sendpack.sideband false

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

git push提交时卡住