Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

git: should be replaced with https: #88

Closed
michaelstruening opened this issue Sep 12, 2023 · 2 comments
Closed

git: should be replaced with https: #88

michaelstruening opened this issue Sep 12, 2023 · 2 comments

Comments

@michaelstruening
Copy link

Purely a documentation issue in the readme:

$ git clone git://github.com/aheckmann/m.git && cd m && make install

should be:

$ git clone https://github.com/aheckmann/m.git && cd m && make install

Received an error with git:

fatal: unable to connect to github.com: github.com[0: 140.82.113.4]: errno=Operation timed out

Found out that git: was removed:

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

@stennie
Copy link
Collaborator

stennie commented Sep 12, 2023

Thanks @michaelstruening, good catch :)

@michaelstruening
Copy link
Author

My pleasure!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants