This repository was archived by the owner on Sep 11, 2020. It is now read-only.
This repository was archived by the owner on Sep 11, 2020. It is now read-only.
URL redirect on clone does not work #820
Closed
Description
From #819 by @DisposaBoy:
If you try to clone from a url that redirects to another host e.g. example.com/repo -> github.com/org/repo.git, it results in a redirect to example.com/org/repo.git because ModifyEndpointIfRedirect only takes into account the scheme and path.