Failed to receive SOCKS4 connect request ack 解决

因为我的 archlinux 开启了 sockets5 网络代理,在执行 git clone 命令时返回了 Failed to receive SOCKS4 connect request ack.  的错误

解决方法如下

git config --global http.proxy 'socks5://127.0.0.1:1080'

猜你喜欢

转载自www.cnblogs.com/mrway/p/10627963.html
今日推荐