Use https instead of git for github.com

Github has recently deprecated git in favor
of https to improve site security. This results in repo
command failing.

See: https://github.blog/2021-09-01-improving-git-protocol-security-github/

Partial-Bug: 1949479

Signed-off-by: Charles Short <charles.short@windriver.com>
Change-Id: Ibdd38f71a4403c39c07dda9fcfafd88ebe6c77dd
This commit is contained in:
Charles Short 2021-11-02 09:40:01 -04:00
parent 5038cdd1f0
commit 99ea58653b
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
<remote name="hpe-storage" fetch="https://github.com/hpe-storage" />
<remote name="gnocchi" fetch="https://github.com/gnocchixyz/" />
<remote name="linux-yocto" fetch="git://git.yoctoproject.org/" />
<remote name="github-wr" fetch="git://github.com/Wind-River" />
<remote name="github-wr" fetch="https://github.com/Wind-River" />
<remote name="debian" fetch="https://salsa.debian.org/debian/" />
<!-- note, you can also provide personal overrides for your own github -->
<!-- for tests/experiments -->