1.在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.
A.收现查看本地版本库的地址是否正确:git remote -v
B. 然后找管理员确认你的访问权限是否被禁用了
C. 如果上述两者皆没问题,重置本地的URL路径:git remote set-url origin 远程版本库地址
D. 如果还未解决,重新生成本机的ssh,并添加到远程服务器中:ssh-keygen