GitLab does not create new repository

六月ゝ 毕业季﹏ 提交于 2019-12-08 08:16:36

问题


The issue occurs when creating a repository in gitlab and then pushing to the repository.

git remote add gitlab git@git.metacloud.ca:mike.ch/helloworld.git
git push -u gitlab master

result:
Please make sure you have the correct access rights
and the repository exists.

I checked the repository folder in the gitlab home. it creates the helloworld.wiki.git files but not the helloworld.git

I have seen multiple posts on this issue and I have tried the following solutions.

Creating project in 6.0 results in no repository sudo -u git -H bundle exec rake gitlab:env:info RAILS_ENV=production sudo -u git -H bundle exec rake gitlab:check RAILS_ENV=production

I have seen the errors fixed them and then rebooted the server.

Still this does not appear to work created more projects.

Anyone have a solution ? I am pretty much all out of ideas

GitLab 6.4.3

GitLab Shell 1.7.9

GitLab API v3

Ruby 2.0.0p247

Rails 4.0.2

来源:https://stackoverflow.com/questions/20945267/gitlab-does-not-create-new-repository

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!