GitLab: API is not accessible的错误解决

今天push代码的时候报错,如下:

 git push

GitLab: API is not accessible
fatal: Could not read from remote repository.

Please make sure you have the correct access rights

and the repository exists.

 

使用push的时候报没权限,去gitlab官网打开项目页也是报500的错误。去wiki查了一下,是gitlab版本8.6.1的问题,我本地没装gitlab的8.6.1的版本啊,十分奇怪,而且重新clone也不行了,后来想起来。我新建了一个virtualBox。里面装了一个centOS7的Linux系统,装了一个gitlab的版本用来管理代码ci。估计就是它的问题了,于是进了虚拟机,停掉了gitlab的服务sudo gitlab-ctl stop,然后返回终端,重新push,就正常了。pull也可以,问题都解决了。

 

其他文章请查看个人博客:http://zhangqq166.cn/

你可能感兴趣的:(概述)