23 Apr
2019
23 Apr
'19
6:19 a.m.
On 2019-04-23 12:37:11 +0100 (+0100), Adam Spiers wrote:
Jeremy Stanley <fungi@yuggoth.org> wrote: [...]
Simply switching the git:// to https:// (or http://) should work, courtesy of the redirect sites we've built for git.openstack.org and friends.
One quick and easy way to achieve that is:
git config --global url.https://git.openstack.org/.insteadof git://git.openstack.org/
Great idea. I always forget about git's "insteadof" mapping ability. It's quite versatile. Thanks for pointing out that option! -- Jeremy Stanley