I'm having a similar issue - did an install of 5.0 as per the instructions.md. The import all worked ok but any sort of cloning or interaction with the repo's tells me that they dont exist or are empty - yet the bare repos exist in the correct folder and gitlab:check tells me it's configured correctly.
Trying to make a new project via the admin completes ok but nothing is ever created in the repos folder and trying to push gives errors due to it not existing.
Other than that it runs fine and without error - can't see anything suggesting a serious misconfiguration in logs or the interface itself.
git@koopa:~/gitlab$ ls /home/git/repositories/redmine.git/branches config description HEAD hooks info objects refsgit@koopa:~/gitlab$ bundle exec rake gitlab:check RAILS_ENV=production #Checking Environment ...Git configured for git user? ... yesHas python2? ... yespython2 is supported version? ... yesChecking Environment ... FinishedChecking Gitlab Shell ...GitLab Shell version? ... OK (1.1.0)Repo base directory exists? ... yesRepo base directory is a symlink? ... noRepo base owned by git:git? ... yesRepo base access is drwxrws---? ... yespost-receive hook up-to-date? ... yespost-receive hooks in repos are links: ... Administrator / redmine ... repository is empty...Checking Gitlab Shell ... FinishedChecking Sidekiq ...Running? ... yesChecking Sidekiq ... FinishedChecking GitLab ...Database config exists? ... yesDatabase is SQLite ... noAll migrations up? ... yesGitLab config exists? ... yesGitLab config outdated? ... noLog directory writable? ... yesTmp directory writable? ... yesInit script exists? ... yesInit script up-to-date? ... yesProjects have satellites? ... Administrator / redmine ... can't create, repository is empty...
On a local machine:
[12:31][bowser][jaymz][tmp]$ git clone git@gitlab-host:root/redmine.gitCloning into 'redmine'...fatal: Could not read from remote repository.Please make sure you have the correct access rightsand the repository exists.[12:31][bowser][jaymz][tmp]$ ssh git@gitlab-hostPTY allocation request failed on channel 0Welcome to GitLab, !Connection to gitlab-host closed.
If I use a user for that gitlab server that has shell access I can clone out the repo ok:
The pull request from #2932 might fix this. It has not been applied to branch 4-2-stable or 5-0-stable or master. I am on version 4.1 so i can't test it.
By Administrator on 2013-04-05T07:17:19 (imported from GitLab project)
By Administrator on 2013-04-05T07:17:19 (imported from GitLab)
Does this issue still exist on the latest master? Thanks for the issue report. Please reformat your issue to conform to the issue tracker guidelines found in our contributing guidelines.
By Administrator on 2013-06-15T21:30:17 (imported from GitLab project)
By Administrator on 2013-06-15T21:30:17 (imported from GitLab)