I've installed GitLab on an Ubuntu Server. Everything seems to work fine except I can't push/pull/clone to/from the server.
When I push I get the general error message:
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
I've tried everything from hours of googling, but I can't seem to locate a problem.
sudo -u git -H bundle exec rake gitlab:check RAILS_ENV=production
Runs fine, OK across the board!
I can SSH into [email protected] I get:
PTY allocation request failed on channel 0
Welcome to GitLab, Anonymous!
When I do:
ssh [email protected] "ls /location/of/git/dir"
I get:
Not allowed command
The website is running, when I create a repository on the site it appears in /home/git/repository/
But I still can't push to it.
I followed this guide:
https://github.com/gitlabhq/gitlabhq/blob/5-0-stable/doc/install/installation.md
and this guide to get it running on apache:
http://shanetully.com/2012/08/running-gitlab-from-a-subdirectory-on-apache/