tpope / rbenv-aliases

Create aliases for rbenv Ruby versions
MIT License
129 stars 18 forks source link

Clone with HTTP instead of SSH #21

Closed N0xFF closed 1 year ago

N0xFF commented 1 year ago

If SSH keys aren't configured, we got an error:

~$ git clone git://github.com/tpope/rbenv-aliases.git \
  "$(rbenv root)/plugins/rbenv-aliases"
rbenv alias --auto
Cloning into '/home/virtual/.rbenv/plugins/rbenv-aliases'... fatal: read error: Connection reset by peer
rbenv: no such command `alias'

Not all users use SSH keys.