GitLab不会创建新的存储库

时间:2014-01-06 07:43:31

标签: ruby-on-rails ruby git gitlab

在gitlab中创建存储库然后推送到存储库时会出现问题。

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.

我检查了gitlab home中的repository文件夹。 它会创建helloworld.wiki.git文件,但不会创建helloworld.git

我在这个问题上看过多篇帖子,我尝试了以下解决方案。

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

我看到错误修复了它们,然后重新启动了服务器。

这似乎无法创建更多项目。

有人有解决方案吗?我几乎都是出于想法

GitLab 6.4.3

GitLab Shell 1.7.9

GitLab API v3

Ruby 2.0.0p247

Rails 4.0.2

0 个答案:

没有答案