美文网首页
pod install问题

pod install问题

作者: Justin_S_Wang | 来源:发表于2021-05-13 01:02 被阅读0次

    [curl: (7) Failed to connect to 127.0.0.1 port 1086: Connection refused]

    pod install时:

    curl: (7) Failed to connect to 127.0.0.1 port 1086: Connection refused

    找了很久,不知道是什么问题,后来发现curl有一个配置文件:

    ~/.curlrc

    里面的内容是:

    socks5 = "127.0.0.1:1086"

    注释掉就好了。

    相关文章

      网友评论

          本文标题:pod install问题

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