码迷,mamicode.com
首页 > 其他好文 > 详细

go get不能获取github包的解决办法

时间:2020-02-28 23:05:51      阅读:325      评论:0      收藏:0      [点我收藏+]

标签:time   ESS   fail   tor   hub   https   方式   connect   仓库   

问题:

fatal: unable to access 'https://github.com/chenqionghe/amount-calculator/': Failed to connect to github.com port 443: Operation timed out

原因很明显,是因为go get是基本git的方式获取仓库的,然后默认用的是https的,被拒绝了,我们需要换成ssh的

解决

命令行替换

 git config --global url.git@github.com:.insteadOf https://github.com/

go get不能获取github包的解决办法

标签:time   ESS   fail   tor   hub   https   方式   connect   仓库   

原文地址:https://www.cnblogs.com/chenqionghe/p/12380433.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!