Failed to receive SOCKS4 connect request ack.
解决方法
1 | git config --global http.proxy 'socks5://127.0.0.1:1080' |
error: RPC failed; curl 18 transfer closed with outstanding read data remaining
解决方法
- –depth 1
1 | 关闭压缩 |
- 切换使用 ssh(git clone username@mydomain.com:my_group/my_repository.git)
- 增加缓冲区大小
1 | git config --global http.postBuffer 524288000 |
参考