This morning, as usual pull code, the result is wrong.
Gitlab:your account has been blocked.
Fatal:could not read from remote repository.
Reason: Check for a long, just say that someone on the GIT server modified configuration, or account exception, and so on. In Git's account management, many people have marked the blocked state.
Verified: A technician has modified/migrated the LDAP Service and added additional information to some accounts, resulting in inconsistent domain account information and adjusted information stored in the GIT service, triggering account lockout.
Solution:
(1) Technical Department Unified unlock, this in the GIT management set, general ordinary people can not complete, the second kind.
(2) Reset the remote URL to
$ git Remote Set-url origin git@yourhost.com:org/project.git
If it doesn't work, remember to do one more thing:
You can change the GIT address to HTTP first, then back to SSH mode. Just change one item and all the other items will be restored.