更换了电脑之后,重新部署环境,结果出现以下几个问题,部署个环境可真难😭
-
homebrew安装一直报错,
fatal: unable to access 'https://github.com/Homebrew/homebrew-core/': LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443找了很多文章来尝试都不管用,最终使用下面的文章中的方法成功解决。推荐给大家~
-
brew安装wget失败,因为mac安全限制
stackoverflow.com/questions/4…
sudo chown -R $(whoami):admin /usr/local/* && sudo chmod -R g+rwx /usr/local/*In High Sierra, Run this command instead:
sudo chown -R $(whoami) $(brew --prefix)/* -
wget安装oh-my-ssh失败