1$ git push origin master
2GitLab: Your account has been blocked.
3fatal: Could not read from remote repository.
git 提交时出现以上问题,只用重新设置下远程 url 即可
1$ git remote set-url origin git@yourhost.com:org/project.git
1$ git push origin master
2GitLab: Your account has been blocked.
3fatal: Could not read from remote repository.
git 提交时出现以上问题,只用重新设置下远程 url 即可
1$ git remote set-url origin git@yourhost.com:org/project.git