美文网首页
解决 bad response Not Found 404 (h

解决 bad response Not Found 404 (h

作者: 无名氏_1 | 来源:发表于2015-10-18 00:03 被阅读7036次

    原因:淘宝停止基于 HTTP 协议的镜像服务 需要改用https的协议
    fix步骤:

    1. <code>gem sources --remove http://ruby.taobao.org/</code>

    2. <code>gem sources -a https://ruby.taobao.org/</code>

    3. <code>gem sources -l</code>

    4. <code>sudo gem install cocoapods</code>

    相关文章

      网友评论

          本文标题:解决 bad response Not Found 404 (h

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