首页 > 其他 > 详细

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

时间:2020-07-18 14:26:01      阅读:1132      评论:0      收藏:0      [点我收藏+]

使用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

 

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

原文:https://www.cnblogs.com/DZzzz/p/13334677.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!