问题
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