美文网首页命令工具Linux 系统pod
解决fatal: unable to access 'https

解决fatal: unable to access 'https

作者: Pandakingli | 来源:发表于2019-11-02 23:07 被阅读0次
    fatal: unable to access 'https://github.com/homebrew/brew/':
    

    更新了新的系统,安装homebrew的时候老失败。

    解决方案:

    
    git config --global --unset http.proxy 
    git config --global --unset https.proxy
    

    相关文章

      网友评论

        本文标题:解决fatal: unable to access 'https

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