Open itxasos23 opened 1 year ago
This PR updates the README.md git clone command to use git over ssh instead of git:// directly. I found this issue while trying to follow along with the examples.
README.md
git://
GitHub turned off the unencrypted git protocol in January 2022.
This PR also updates said commands for easy copy-pasting.
PR Description
This PR updates the
README.md
git clone command to use git over ssh instead ofgit://
directly. I found this issue while trying to follow along with the examples.GitHub turned off the unencrypted git protocol in January 2022.
This PR also updates said commands for easy copy-pasting.