首页 > 其他 > 详细

解决fatal: unable to connect to github.com问题

时间:2015-10-27 15:32:33      阅读:777      评论:0      收藏:0      [点我收藏+]

错误信息:
bower error status code of git: 128
fatal: unable to connect to github.com:
github.com[0: 你的IP]: errno=Operation timed out
原因:
需要用https才能读到数据
解决方法:输入命令
git config --global url."https://".insteadOf git://

解决fatal: unable to connect to github.com问题

原文:http://my.oschina.net/wanjubang/blog/522621

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!