Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
git config --global http.proxy 'socks5://192.168.1.10619:7890'
git config --global https.proxy 'socks5://192.168.1.10619:7890'


然后安装

Code Block
wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash