getFetchUrl() returns an URL of the form<scheme>://<host>[:port]/<owner>/<repo-name>This is incompatible with deployments under<scheme>://<host>[:port]/<base-path>/<owner>/<repo-name>and it breaks authentication for me. Fix that.Signed-off-by: Jan Lindemann <jan@janware.com>
getFetchUrl() returns an URL of the form
<scheme>://<host>[:port]/<owner>/<repo-name>
This is incompatible with deployments under
<scheme>://<host>[:port]/<base-path>/<owner>/<repo-name>
and it breaks authentication for me. Fix that.