无法通过 Git bash 访问 Github(超时错误)
Unable to access in Github through Git bash (Time Out Error)
我想在 Windows 上使用 Git Bash 执行以下命令:
git push -u origin master
但是一直报错如下:
> fatal: unable to access 'https://github.com/aaabb/XXX3.git/':
> Failed to connect to 172.30.0.7 port 3128: Timed out
有什么建议吗?
(我在上面隐藏了我的用户名和项目名称。)
您似乎在使用代理服务器,而且您没有使用身份验证。看看这个:Getting git to work with a proxy server
我想在 Windows 上使用 Git Bash 执行以下命令:
git push -u origin master
但是一直报错如下:
> fatal: unable to access 'https://github.com/aaabb/XXX3.git/':
> Failed to connect to 172.30.0.7 port 3128: Timed out
有什么建议吗?
(我在上面隐藏了我的用户名和项目名称。)
您似乎在使用代理服务器,而且您没有使用身份验证。看看这个:Getting git to work with a proxy server