美文网首页
解决GitHub一直443报错

解决GitHub一直443报错

作者: iLeooooo | 来源:发表于2021-11-09 09:43 被阅读0次

    I had to disable HTTPS to SSH rewriting for Git.

    Check inside your ~/.gitconfig file if you have some line such as:

    [url "git@github.com:"]
        insteadOf = https://github.com/
    

    If so comment it or remove when adding Swift Package Manager dependencies.

    相关文章

      网友评论

          本文标题:解决GitHub一直443报错

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