安装nvm 执行命令,失败
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bash
报错:
fatal: unable to access 'https://github.com/nvm-sh/nvm.git/': Failed connect to github.com:443; Connection timed out
Failed to clone nvm repo. Please report this!
报错原因:
git缓存区不足
git config --global http.postBuffer 524288000