赞
踩
pip 直接安装git上的项目
pip install git+https://xxx/qmc.git
产生报错:
fatal : unable to access ‘https://xxx/qmc.git/’ : Failed to connect to 127.0.0.1 port 31181 : Connection refused
解决方法:
查看是否有代理:git config --list
取消代理:git config --global --unset http.proxy
或 git config --global --unset https.proxy
et https.proxy`
再次查看git config --list
后,将不存在代理。此时可进行pip install git
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。