Harvey-OS / harvey

A distributed operating system
https://harvey-os.org/
MIT License
1.44k stars 105 forks source link

Updating commands doc to use https instead of git #1217

Closed Doom4535 closed 2 years ago

Doom4535 commented 2 years ago

This is do to the recent github change removing support for the unauthenticated git protocol on port 9418. For more info, see: https://github.blog/2021-09-01-improving-git-protocol-security-github/

If people depended on git:// because of poor network connections, this may impact it (may want to switch to using ssh:// in those cases).

Doom4535 commented 2 years ago

I noticed this while trying to setup a build environment (I have not succeeded at building this yet).

orangecms commented 2 years ago

Yea, thank you! There is also a Plan 9 git implementation that we need to check if it works with HTTPS, I guess.

rminnich commented 2 years ago

welcome to harvey :-)