Question
GitLab 6.3 CE Droplet - SSH Push fails
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×I had this issue, it turned out that the git repository wasn’t being cerated at all in /var/opt/gitlab/git-data/repositories
restarting the server fixed it for me, not sure why.
shutdown -r now
To add to this it looks like mine was a memory issue. I fixed it for good by adding some swap space. Here’s the tutorial I followed for Ubuntu 14 - How to Add Swap on Ubuntu 14.04