赞
踩
在使用git clone下载时,发生连接不到443端口,但浏览器可以打开,可尝试在CMD界面,使用下面命令,临时修改代理端口:
- set https_proxy=http://127.0.0.1:33210
- set http_proxy=http://127.0.0.1:33210
- set all_proxy=socks5://127.0.0.1:33210
如果要永久修改:
- setx https_proxy http://127.0.0.1:33210
- setx http_proxy http://127.0.0.1:33210
- setx all_proxy socks5://127.0.0.1:33210
然后关闭现有CMD界面,重新打开进行git clone。其中33210为使用VPN代理的端口:
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。