CentOS rbenv semblait être vieux, alors mettez à jour
Juste
rbenv update
Même si
> rbenv update
Updating rbenv
| fatal: unable to access 'https://github.com/sstephenson/rbenv.git/': SSL connect error
Updating rbenv-update
Mettez-vous en colère.
Donc,
> cd ${rbenv root) #=> /usr/local/rbenv
> git remote add origin [email protected]:sstephenson/rbenv.git
> git pull origin master
ça ira. Quoi, comment utiliser git normalement. Ensuite, les commandes requises pour les plugins seront installées. Puis
> rbenv update
Updating rbenv
| From github.com:sstephenson/rbenv
| * [new branch] gh-pages -> origin/gh-pages
| * [new branch] user-gems -> origin/user-gems
| * [new branch] version-aliases -> origin/version-aliases
| * [new tag] v1.1.0 -> v1.1.0
| * [new tag] v1.1.1 -> v1.1.1
| * [new tag] v1.1.2 -> v1.1.2
| There is no tracking information for the current branch.
| Please specify which branch you want to merge with.
| See git-pull(1) for details.
|
| git pull <remote> <branch>
|
| If you wish to set tracking information for this branch you can do so with:
|
| git branch --set-upstream-to=origin/<branch> master
|
Updating rbenv-update
Il semble que la mise à jour ait réussi.
Cependant, la dernière version de ruby était 2.7.0-preview2, qui était la même.
Bon chagrin.