赞
踩
vs中使用git推送时出现
Failed to connect to 127.0.0.1 port 31181 after 2022 ms: Couldn’t connect to server
因为代理是在git中配置了。既然它是https代理(而不是http)git config http.proxy和git config --global http.proxy
git config --global --unset http.proxy
git config --global --unset https.proxy
更新下Windows凭据
顺便重启下电脑
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。