Git操作中遇见的一些错误
-
git pull
或git 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
网友评论