We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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/
The text was updated successfully, but these errors were encountered:
Thanks @michaelstruening, good catch :)
Sorry, something went wrong.
9a1a632
My pleasure!
No branches or pull requests
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/
The text was updated successfully, but these errors were encountered: