minimal-manifest-twrp / platform_manifest_twrp_aosp

Minimal manifest for building TWRP for devices shipped with Android 10+
282 stars 250 forks source link

README: Replace `git://` with `https://` #7

Closed ghost closed 2 years ago

ghost commented 2 years ago

Replace git:// with https://

GitHub, on their blog, posted an article on how git:// is being deprecated, for "better security".

Because of this, copy-pasting the commands from the README.md would just result an error, similiar to this:

  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
MartinX3 commented 2 years ago

Thank you!