安裝nvm 執(zhí)行命令,失敗
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緩存區(qū)不足
git config --global http.postBuffer 524288000