Okay so the problem is that I have a dedicated server which I decided to install gitlab to. It all installed with a bit of help, but now I can’t seem to push to any repo or project on git. So I created a test and attempted to push and I just keep getting the same problem:
$ git push
Counting objects: 3, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (2/2), done.
Writing objects: 100% (2/2), 255 bytes | 0 bytes/s, done.
Total 2 (delta 1), reused 0 (delta 0)
remote: GitLab: The project you were looking for could not be found.
To http://dannysmc95:PASSWORD@git.dannysmc.com/dannysmc95/EclipseOS.git
! [remote rejected] master -> master (pre-receive hook declined)
error: failed to push some refs to 'http://dannysmc95:PASSWORD@git.dannysmc.com/dannysmc95/EclipseOS.git'
I can clone but I can’t edit in the web either, so I can’t add files or edit files, because nothing works, I was able to clone from the “Any repo” button when adding a project but nothing works.
Now the only thing I have changed is the git_data_dir to /home/gitlab/git-data because this is where my space is mounted to, so all of the repos need to be stored in there.
I have reconfigured and then restarted and still nothing. Here are some error logs I have:
http://pastebin.com/nbAJGPgt
Information:
OS: Ubuntu 14.04
Running gitlab-ctl status
warning: gitlab-git-http-server: unable to open supervise/ok: access denied
warning: logrotate: unable to open supervise/ok: access denied
warning: nginx: unable to open supervise/ok: access denied
warning: postgresql: unable to open supervise/ok: access denied
warning: redis: unable to open supervise/ok: access denied
warning: sidekiq: unable to open supervise/ok: access denied
warning: unicorn: unable to open supervise/ok: access denied
I hope this helps, because this is becoming very annoying, IRC and Gitter users could not help, so I am just left with the forums.
Any help would be uber appreciated.
Thanks