unable to access 'xx': Failed to connect to port 80 after 9613 ms: Couldn't connect to server
配置远程仓库的 ip+端口号
git config --global http.proxy http://10.2.1.59:8080
文章讲述了在尝试访问远程仓库10.2.1.59:8080时遇到连接失败的问题,详细介绍了如何通过设置`gitconfig--globalhttp.proxyhttp://10.2.1.59:8080`来配置代理以解决连接问题。
unable to access 'xx': Failed to connect to port 80 after 9613 ms: Couldn't connect to server
配置远程仓库的 ip+端口号
git config --global http.proxy http://10.2.1.59:8080
3513

被折叠的 条评论
为什么被折叠?
