注册了github的账号,设置了如下命令
git config --global user.name
git config --global user.email
新建了库HelloWorld
执行命令git clone git://github.com/yiyayitian/HelloWorld .git
(我的github访问地址是https://github.com/yiyayitian)
得到如下:
Cloning into '.git'...
fatal: Unable to look up github.com (port 9418) (nodename nor servname provided, or not known)
请问这是什么原因导致的呢?