8000 GitHub - iLorin/git-clone-proxy: 解决Github克隆访问速度慢问题
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

iLorin/git-clone-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

Github代理服务器设置,解决克隆访问速度慢问题

前提:需要有自己的VPN代理(注:最后面1087换成自己SS代理端口)
设置代理:
git config --global http.https://github.com.proxy http://127.0.0.1:1087
git config --global https.https://github.com.proxy http://127.0.0.1:1087
查看代理:
git config --global http.https://github.com.proxy
git config --global https.https://github.com.proxy
取消代理:
git config --global --unset http.https://github.com.proxy http://127.0.0.1:1087
git config --global --unset https.https://github.com.proxy http://127.0.0.1:1087

About

解决Github克隆访问速度慢问题

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0