我正在运行高操作系统Sierra,我是第一次安装自制软件, 但我遇到了这个奇怪的错误,无法解决正在发生的事情
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
我遇到错误
fatal: unable to access 'https://github.com/Homebrew/brew/': Could not resolve host: github.com
Failed during: git fetch origin master:refs/remotes/origin/master --tags --force
我什至在GitHub上创建了帐户,并将这些凭据用于git config
git config --global user.email "yourGitHub@email.com"
git config --global user.name "yourGitHubusername"