fix: update git protocol to https

https://github.blog/2021-09-01-improving-git-protocol-security-github/
This commit is contained in:
Gerald Lau 2022-04-26 15:35:07 +08:00
parent 004fbacbaa
commit 487af4f915

View File

@ -11,7 +11,7 @@ and development tools to build pythons.
Installing pyenv-doctor as a pyenv plugin will give you access to the
`pyenv doctor` command.
$ git clone git://github.com/pyenv/pyenv-doctor.git $(pyenv root)/plugins/pyenv-doctor
$ git clone https://github.com/pyenv/pyenv-doctor.git $(pyenv root)/plugins/pyenv-doctor
## Usage