Git Smart HTTP only working if "HTTPS and HTTP" is selected
On "Repository Options" i have the following:
- SCM: Git
- Git Daemon: Enable
- Git Smart HTTP: HTTPS and HTTP
- Notify CIA.vc: Disable
With this options If i try to access the repo remotely by HTTP or HTTPS i get:
rnuno@RNUNO /d/Work
$ git ls-remote http://[email protected]/ta.git
Password:
14ba55277a5ca450f0a44e792e77c9474f013516 HEAD
14ba55277a5ca450f0a44e792e77c9474f013516 refs/heads/master
rnuno@RNUNO /d/Work
$ git ls-remote https://[email protected]/ta.git
Password:
14ba55277a5ca450f0a44e792e77c9474f013516 HEAD
14ba55277a5ca450f0a44e792e77c9474f013516 refs/heads/master
but if i select for Git Smart HTTP: "HTTPS Only" it stops working:
rnuno@RNUNO /d/Work
$ git ls-remote http://[email protected]/ta.git
Password:
fatal: http://[email protected]/ta.git/info/refs not found: did you run git
update-server-info on the server?
rnuno@RNUNO /d/Work
$ git ls-remote https://[email protected]/ta.git
Password:
fatal: https://[email protected]/ta.git/info/refs not found: did you run git
update-server-info on the server?
Another thing i notice is that the password is irrelevant when this option is enable whatever password i put it will give the same error and on redmine logs i get a 404.
Any sugestions?
Thanks, -- Ricardo
Can you try again with the latest code (in the master branch) ?
Just did. cloned your master branch and restarted redmine but no changes on the behavior.
this issue still happens, any chance of fixing it ?
thanks