美文网首页
Git相关操作

Git相关操作

作者: chenxin_dev | 来源:发表于2016-11-09 10:05 被阅读0次

    Git操作中遇见的一些错误

    1. git pullgit push操作是出现
    Your account has been blocked.
    fatal: Could not read from remote repository.
    Please make sure you have the correct access rights and the repository exists.
    

    解决方法:
    重新设置远程url即可:

    git remote set-url origin git@host.com:org/****.git 
    

    相关文章

      网友评论

          本文标题:Git相关操作

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