问题描述:

在windows下向使用git协议传输的Git Repo进行push时会卡住。

--

这是windows上的msysgit的bug,在新版本上已经修复,但要在.gitconfig中做一项配置,不然还是会卡住。

配置内容为:

sendpack.sideband=false

也可以在命令行上添加:

git config --global sendpack.sideband false

 

相关文章:

  • 2021-12-31
  • 2022-12-23
  • 2022-12-23
  • 2021-12-23
  • 2022-12-23
  • 2023-01-19
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-10-17
  • 2022-01-12
  • 2022-12-23
  • 2021-11-07
  • 2021-10-03
  • 2022-12-23
相关资源
相似解决方案