美文网首页
Failed to connect to 127.0.0.1 p

Failed to connect to 127.0.0.1 p

作者: 四Yue大人 | 来源:发表于2017-11-11 15:22 被阅读1671次

       今天Pod Xocde工程的时候,突然出现这个错误.

 [!] Error installing SDWebImage

       [!] /usr/bin/git clone https://github.com/rs/SDWebImage.git                                          var/folders/fl/ywf9vtdd6wncqcfmtmpm6_j40000gn/T/d20171111-2633-gwbx3c --template= --single-branch --depth 1 --branch 3.7.6

Cloning into '/var/folders/fl/ywf9vtdd6wncqcfmtmpm6_j40000gn/T/d20171111-2633-gwbx3c'...

fatal: unable to access 'https://github.com/rs/SDWebImage.git/': Failed to connect to 127.0.0.1 port 1080: Connection refused

      后来想了一下,前端时间用到了谷歌地图,所以进行了代理设置,所以导致现在出现问题了,

解决方法:        

        查询是否使用代理:git config --global http.proxy         

        如果有设置代理的话,使用下面命令取消代理就可以了

        取消代理:git config --global --unset http.proxy

相关文章

网友评论

      本文标题:Failed to connect to 127.0.0.1 p

      本文链接:https://www.haomeiwen.com/subject/qynwmxtx.html