Content
Issue with git via http
Added by Jeremy Hansen about 4 years ago
New installation, openproject-11.0.3 on CentOS 8. Trying to clone a git repo via http fails:
git clone http://jeremy@192.168.10.55/git/my_repo.git
Cloning into 'my_repo'...
Password for 'http://jeremy@192.168.10.55':
fatal: repository 'http://jeremy@192.168.10.55/git/my_repo.git/' not found
Works fine from the local filesystem:
git clone /var/db/openproject/git/my_repo.git
Cloning into 'my_repo'...
done.
[Sun Nov 22 03:47:35.157261 2020] [cgid:error] [pid 90542:tid 140417773332224] [client 192.168.10.55:54564] Not a git repository: '/var/db/openproject/git/my_repo.git': /usr/libexec/git-core/git-http-backend
Any clues? Repo shows up fine in openproject's interface. Just can't seem to checkout or commit from http.
Replies (1)
Hi Jeremy,
I found this bug report. If you think this is the same case please leave a comment: #35478
Kind regards