waydroid / docs

https://docs.waydro.id/
16 stars 45 forks source link

Fix `repo sync` failing due to GitHub auth changes #17

Closed FallenChromium closed 2 years ago

FallenChromium commented 2 years ago

That's what happened on my machine when I tried to repo sync today:

fatal: remote error:
  The unauthenticated git protocol on port 9418 is no longer supported.
Please see https://github.blog/2021-09-01-improving-git-protocol-security-github/ for more information.
manifests: sleeping 4.0 seconds before retrying

Apparently git:// protocol doesn't work anymore if you're unauthenticated. This change should help alleviate the issue.

P.S Fuck you Microsoft, breaking developer workflow every 2-3 months by making changes to your platform is very much not appreciated.