After Gitlab 5.2 upgrade, Git functionality no longer working
Created by: spd0mufasa
Hi,
I did the upgrade to access the "fork" functionality (that supposedly came with this version).
I followed this to upgrade to 5.2: http://www.pickysysadmin.ca/2013/05/22/how-to-upgrade-gitlab-5-1-to-5-2-on-centos-6-or-rhel6/
I also followed the previous instructions for installing on 5.0 and upgrading to 5.1.
After upgrading to 5.2, the push no longer works. It worked in 5.1 and 5.0.
TESTING/decrumple> git push origin master
fatal: 'srvimg/decrumple.git' does not appear to be a git repository
fatal: The remote end hung up unexpectedly
error: failed to push to '[email protected]:srvimg/decrumple.git'
What's the problem here?
TIA