一聚教程网:一个值得你收藏的教程网站

最新下载

热门教程

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

时间:2016-02-23 编辑:简简单单 来源:一聚教程网

$ git push origin master
GitLab: Your account has been blocked.
fatal: Could not read from remote repository.

git 提交时出现以上问题,只用重新设置下远程url即可

$ git remote set-url origin git@yourhost.com:org/project.git

热门栏目