在克隆项目时出现Failed to connect to github.com port 443:connection timed out
肯定就成功了,以前那些方法治标不治本。设置,这个在设置里面也能找到。点击编辑,看看你用的代理。
·
<div id="content_views" class="htmledit_views">
<p>其实就是你<a href="https://so.csdn.net/so/search?q=git&spm=1001.2101.3001.7020" target="_blank" class="hl hl-1" data-report-click="{"spm":"1001.2101.3001.7020","dest":"https://so.csdn.net/so/search?q=git&spm=1001.2101.3001.7020","extra":"{\"searchword\":\"git\"}"}" data-tit="git" data-pretit="git">git</a>的代理出现了问题,这才是正解:</p>
首先第一步:
-
取消全局代理:
-
git config --global --
unset http.proxy
-
-
git config --global --
unset https.proxy
然后第二步:
按下win+q输入代理服务器设置,这个在设置里面也能找到。
点击编辑,看看你用的代理IP地址和端口,比如说代理地址为127.0.0.1端口为1111,那么就把这个命令输入git bash:
git config --global http.proxy 127.0.0.1:1111 git config --global https.proxy 127.0.0.1:1111
肯定就成功了,以前那些方法治标不治本
开放原子开发者工作坊旨在鼓励更多人参与开源活动,与志同道合的开发者们相互交流开发经验、分享开发心得、获取前沿技术趋势。工作坊有多种形式的开发者活动,如meetup、训练营等,主打技术交流,干货满满,真诚地邀请各位开发者共同参与!
更多推荐
已为社区贡献4条内容
所有评论(0)