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
Replace
git://
withhttps://
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: