大伙好,我在Git里面已经配置:
git config --global http.proxy http://proxyuser:proxypwd@proxy.server.com:8080
eg:
git config --global http.proxy http://aa:111@172.1.2.5:8080
但是當我克隆的時候,還是報錯:
git clone https://github.com/plusjade/jekyll-bootstrap.git aaa
请问我还需要设置什么吗?
新手,研究了会,这块没弄好,谢谢。
407 的意思是Proxy authentication required,就是代理需要身份验证,你确定代理的用户名和密码无误么?