Gitlab v8.0.0.rc1 https pull/clone/... fails
Created by: P-EB
Hey,
I recently upgraded to gitlab v8.0.0rc1, and since then, HTTPS pull/clone/push/... fail.
As for an example, I've got a script project which is public on my gitlab
.-(16:57:29)-(/usr/scripts)----------------(git)-[scripts/master]-(becue@zamok)-
`---> git pull
Username for 'https://gitlab.xxxxxx': becue
Password for 'https://[email protected]':
Your configuration specifies to merge with the ref 'master'
from the remote, but no such ref was fetched.
With ssh, it works like a charm
.-(16:57:46)-(/usr/scripts)----------------(git)-[scripts/master]-(becue@zamok)-
`--[1]-> git pull gitlab master
Depuis gitlab.xxxxxx:xxxxxx/scripts
* branch master -> FETCH_HEAD
Already up-to-date.
It does that on two gitlab installs I've got. When I make a git clone, it prompts for my login/password and says that I've cloned an empty repo.
Did some git update-server-info, but didn't change anything.
Should I look to some specific place? Is this bug known? Is this really a bug?