git config proxy

$ export http_proxy=http://proxy.ip.ad.ress:portnumber/
$ export https_proxy=http://proxy.ip.ad.ress:portnumber/
$ git config --global http.proxy $http_proxy
$ git config --global https.proxy $http_proxy

 

 

from: https://ask.openstack.org/en/question/80040/error-devstacktoolsinstall_pipsh58-download-of-get-pippy-failed/

posted @ 2016-10-14 09:35  圆旭  阅读(926)  评论(0编辑  收藏  举报