解决git 出现 Your account has been blocked问题
时间:2020-07-18 14:26:01
收藏:0
阅读:1132
使用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
评论(0)