$ 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/

相关文章:

  • 2021-10-13
  • 2021-08-29
  • 2022-12-23
  • 2021-07-21
  • 2021-08-08
  • 2021-07-05
  • 2022-12-23
猜你喜欢
  • 2022-01-03
  • 2022-12-23
  • 2022-12-23
  • 2022-02-03
  • 2021-08-02
  • 2021-11-18
相关资源
相似解决方案