1. Home
  2. Docs
  3. git
  4. FAQ

FAQ

vbox桥接网卡每次push pull都需要操作第二次才成功,第一次出现下面错误

mr@devenv:~/workspace/phpapp/idcapi$ git push
client_loop: send disconnect: Broken pipe
fatal: Could not read from remote repository.

处理方案

vim ~/.ssh/config
#写入下面内容即可
Host *
   IPQoS=throughput

相关资料

Was this article helpful to you? Yes No

How can we help?