Smart HTTP not working on 4.2
Created by: bbodenmiller
I previously had Smart HTTP working with projects but now all of the sudden I am getting errors trying to push a new repo to a new project.
git config --global https.sslVerify false
mkdir -p ~/Documents/GitLab/ppm
cd ~/Documents/GitLab/ppm
git init
touch README
git add README
git commit -m 'first commit'
git remote add origin https://git.domain.com/testgroup/ppm.git
git push -u origin master
asks for username and password and then returns:
fatal: https://git.domain.com/testgroup/ppm.git/info/refs?service=git-receive-pack not found: did you run git update-server-info on the server?