使用ssh clone ...命令下载时提示:ssh: Could not resolve hostname clone: Name or service not known,ping github.com 可以ping通是什么原因
要么就是没有把key传上去、要么就是网络有问题,
可以把ssh协议改成调用http协议,
git clone http:xxxx.git
不影响使用