admin管理员组

文章数量:1648006

使用git 出现 Your account has been blocked

无法从远程pull代码下来,

解决方案如下:

$ git push origin master
GitLab: Your account has been blocked.
fatal: Could not read from remote repository.

git 提交时出现以上问题,只用重新设置下远程url即可

$ git remote set-url origin git@yourhost:org/project.git

************************************************************************************************************

D:\workspace\stwb\stwb>git pull
Warning: Permanently added 'git.yonyou,170.20.50.30' (ECDSA) to the list of known hosts.
GitLab: 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.

D:\workspace\stwb\stwb>git remote set-url origin git@git.xxx:ctm/stwb.git
 

本文标签: GitLabAccountblocked