解决git 出现 Your account has been blocked问题

使用git 出现 Your account has been blocked

无法将本地仓库代码push到远程仓库

GitLab: Your account has been blocked.
fatal: Could not read from remote repository.

解决方案如下:

重新设置下远程url即可

git remote set-url origin git@gitlab.vmic.xyz:72074530/heartrate.git
原文地址:https://www.cnblogs.com/DZzzz/p/13334677.html