➜  ~ curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.2/install.sh | bash

错误提示

curl: (35) LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to storage.googleapis.com:443 

输入命令,移除代理

git config --global --unset http.proxy

在安装就好了

 

然后本根没有好,更换brew的源

找到mac的Homebrew目录,我的是/usr/local/Homebrew目录

git -C "$(brew --repo)" remote set-url origin https://mirrors.tuna.tsinghua.edu.cn/git/homebrew/brew.git

git -C "$(brew --repo homebrew/core)" remote set-url origin https://mirrors.tuna.tsinghua.edu.cn/git/homebrew/homebrew-core.git

brew update

  

curl: (35) LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to storage.googleapis.com:443 

输入命令,移除代理

git config --global --unset http.proxy

在安装就好了

 

然后本根没有好,更换brew的源

找到mac的Homebrew目录,我的是/usr/local/Homebrew目录

git -C "$(brew --repo)" remote set-url origin https://mirrors.tuna.tsinghua.edu.cn/git/homebrew/brew.git

git -C "$(brew --repo homebrew/core)" remote set-url origin https://mirrors.tuna.tsinghua.edu.cn/git/homebrew/homebrew-core.git

brew update

  

相关文章:

  • 2022-12-23
  • 2022-02-04
  • 2021-06-09
  • 2021-12-29
  • 2022-12-23
  • 2021-08-02
  • 2021-05-22
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-08
  • 2022-12-23
  • 2021-04-12
相关资源
相似解决方案