nodebrewを利用していましたが、インストールできない場合などが多くなってきたので、nodenvに切り替えました😺
$ brew install nodenv $ eval "$(nodenv init -)" $ curl -fsSL https://github.com/nodenv/nodenv-installer/raw/master/bin/nodenv-doctor | bash Checking for `nodenv' in PATH: /opt/homebrew/bin/nodenv Checking for nodenv shims in PATH: OK Checking `nodenv install' support: /opt/homebrew/bin/nodenv-install (node-build 4.9.116) Counting installed Node versions: none There aren't any Node versions installed under `/Users/yuu.kanehiro/.nodenv/versions'. You can install Node versions like so: nodenv install rc Auditing installed plugins: OK % nodenv install 16.19.0 % nodenv local 16.19.0 編集 % vi ~/.zshrc // 最後に追記 export PATH="$HOME/.nodenv/bin:$PATH" eval "$(nodenv init -)" 反映 $ source ~/.zshrc



![[Solved] Git Pushでエラー | error: RPC failed; HTTP 400 curl 22 The requested URL returned error: 400 send-pack: unexpected disconnect while reading sideband packet Writing objects: 100% (9/9), 2.30 MiB | 4.19 MiB/s, done. Total 9 (delta 5), reused 0 (delta 0), pack-reused 0 fatal: the remote end hung up unexpectedly](https://www.yuulinux.tokyo/contents/wp-content/uploads/2024/06/GitHub-Logo-1-e1718593223403-150x150.png)




