fatal: unable to connect to github.com: github.com[[0: ip]]: errn
可以通过输入命令
git config --global url."https://".insteadOf git://解决
有些github库只能通过https获取数据
另外也会经常出现这个错误: fatal: unable to access 'github.com/nhn/raphael…': OpenSSL SSL_read: Connection was reset, errno 10054 这个错误可能是请求超时,多拉几次应该可以成功