美文网首页git
解决git出现Your account has been blo

解决git出现Your account has been blo

作者: YINdevelop | 来源:发表于2018-04-02 10:59 被阅读12次

    今天在将版本库push到远程服务器时,发现无法push,报下面错误

    image

    奇怪,怎么突然就这样了,查了半天,可能git服务器上有人修改配置了,或者账号异常等等。

    解决方案,重新设置下远程仓库地址

    git remote set-url origin 远程仓库地址
    

    然后再push即可

    image

    相关文章

      网友评论

        本文标题:解决git出现Your account has been blo

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