https://stackoverflow.com/questions/9393409/ssh-could-not-resolve-hostname-github-com-name-or-service-not-known-fatal-th
ssh: Could not resolve hostname github.com: Name or service not known
fata...
设置环境变量先学习下如何设置环境变量
To make the variable settings effect for each bash shell, put the exporting command to your ~/.bashrc, the individual per-interactive-shell startup file.
bash中用于设置环境变量的语法如下
expor...