<div id="content_views" class="htmledit_views">
                <p>其实就是你<a href="https://so.csdn.net/so/search?q=git&amp;spm=1001.2101.3001.7020" target="_blank" class="hl hl-1" data-report-click="{&quot;spm&quot;:&quot;1001.2101.3001.7020&quot;,&quot;dest&quot;:&quot;https://so.csdn.net/so/search?q=git&amp;spm=1001.2101.3001.7020&quot;,&quot;extra&quot;:&quot;{\&quot;searchword\&quot;:\&quot;git\&quot;}&quot;}" data-tit="git" data-pretit="git">git</a>的代理出现了问题,这才是正解:</p> 

首先第一步:


 
 
  1. 取消全局代理:
  2. git config --global -- unset http.proxy
  3. git config --global -- unset https.proxy

然后第二步:

按下win+q输入代理服务器设置,这个在设置里面也能找到。

点击编辑,看看你用的代理IP地址和端口,比如说代理地址为127.0.0.1端口为1111,那么就把这个命令输入git bash:


 
 
  1. git config --global http.proxy 127.0.0.1:1111
  2. git config --global https.proxy 127.0.0.1:1111

肯定就成功了,以前那些方法治标不治本

Logo

开放原子开发者工作坊旨在鼓励更多人参与开源活动,与志同道合的开发者们相互交流开发经验、分享开发心得、获取前沿技术趋势。工作坊有多种形式的开发者活动,如meetup、训练营等,主打技术交流,干货满满,真诚地邀请各位开发者共同参与!

更多推荐