pyenv / pyenv-installer

This tool is used to install `pyenv` and friends.
MIT License
3.96k stars 428 forks source link

Replace git protocol with ssh #138

Closed ianchen-tw closed 1 year ago

ianchen-tw commented 1 year ago

According to Github's blog post, they had disabled unencrypted Git protocol since March 15, 2022. This PR converts the old git protocol to the ssh one.

References: