Pyenvがupgradeできない
code:log
$ pyenv update
Updating /home/yosider/.pyenv...
* branch master -> FETCH_HEAD
! rejected v2.3.35 -> v2.3.35 (would clobber existing tag) Updating /home/yosider/.pyenv/plugins/pyenv-doctor...
* branch master -> FETCH_HEAD
Already up to date.
Updating /home/yosider/.pyenv/plugins/pyenv-installer...
* branch master -> FETCH_HEAD
Already up to date.
Updating /home/yosider/.pyenv/plugins/pyenv-update...
* branch master -> FETCH_HEAD
Already up to date.
Updating /home/yosider/.pyenv/plugins/pyenv-virtualenv...
* branch master -> FETCH_HEAD
Already up to date.
rejectされる
ローカルに変更がある?
でも特に変更した記憶がない
タグを強制的に更新claude.icon
$ git fetch --tags -f
t [tag update] v2.3.35 -> v2.3.35
$ pyenv update
成功