报错1: 账号被锁定
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.
解决方法:
git remote set-url origin git@host:xxx/xxx.git
报错1: 账号被锁定
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.
解决方法:
git remote set-url origin git@host:xxx/xxx.git