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
就是按这方法设置成代理:
git config --global https.proxy https://ghproxy.com
好像 https proxy 不能看到 URI ?
The text was updated successfully, but these errors were encountered:
git config --global url."https://pd.zwc365.com/seturl/https://github.com/".insteadOf https://github.com/
上面这里是一个示例代理,修改一下就可以实现你所说的 https proxy 了。例如修改成这样:
git config --global url."https://gh.api.99988866.xyz/https://github.com/".insteadOf https://github.com/
执行上面这样的配置后,所有 github.com 的项目,都会走代理 gh.api.99988866.xyz
gh.api.99988866.xyz
Sorry, something went wrong.
it works. Many thanks!
No branches or pull requests
就是按这方法设置成代理:
git config --global https.proxy https://ghproxy.com
好像 https proxy 不能看到 URI ?
The text was updated successfully, but these errors were encountered: