我用 git push -u origin master 后,失败,
fatal: unable to access
Could not resolve host: github.com
如果用github.com的安装程序里的git 命令行
git remote add origin https://github.com/ccming/gitPractice.git
提示 fatal: remote origin already exists.
git push -u origin master
fatal: unable to access "https....."
Could not resolve host: github.com
fatal: unable to access
Could not resolve host: github.com
如果用github.com的安装程序里的git 命令行
git remote add origin https://github.com/ccming/gitPractice.git
提示 fatal: remote origin already exists.
git push -u origin master
fatal: unable to access "https....."
Could not resolve host: github.com