We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
连接vpn后git不能提交代码,报错显示Failed to connect to github.com port 443: Timed out 配置在 git config 配置vpn代理即可
Failed to connect to github.com port 443: Timed out
git config --global http.proxy 127.0.0.1:[vpn_port] git config --global https.proxy 127.0.0.1:[vpn_port]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
git配置vpn代理
连接vpn后git不能提交代码,报错显示
Failed to connect to github.com port 443: Timed out
配置在 git config 配置vpn代理即可
The text was updated successfully, but these errors were encountered: