-
Notifications
You must be signed in to change notification settings - Fork 7
use github in proxy
kuang edited this page May 13, 2015
·
1 revision
在代理环境下使用github
- win7
- proxy
- 假设你的用户名就是
p2227
,密码是mima
网上流传的方法是 git config --global http.proxy http://username:[email protected]
但我发现设置到fiddler 再,git config --global http.proxy http://127.0.0.1:8888
才是work的
可以顺便 git config --global https.proxy http://127.0.0.1:8888
git协议的代理未找到,似乎要用工具去转协议
在与 .gitconfig
文件同文件夹中,建立.git-credentials
文件,可使用copy con 命令
copy con .git-credentials
https://p2227:[email protected]
按F6,回车
git config --global credential.helper store
重新开cmd窗口