【发布时间】:2013-04-24 07:40:36
【问题描述】:
我正在尝试克隆 angular-phonecat git repository,但是当我在 Git Bash 中输入命令时收到以下消息:
$ git clone git://github.com/angular/angular-phonecat.git
Cloning into 'angular-phonecat'...
fatal: unable to connect to github.com:
github.com[0: 204.232.175.90]: errno=No error
【问题讨论】:
-
ping github.com带给你什么? -
@Laurent 这是我得到的:Pinging github.com [204.232.175.90] with 32 bytes of data:
-
@Laurent Pinging github.com [204.232.175.90] 有 32 个字节的数据:请求超时。请求超时。请求超时。请求超时。 204.232.175.90 的 Ping 统计信息:数据包:发送 = 4,接收 = 0,丢失 = 4(100% 丢失),
-
你在防火墙后面吗?
-
试试这个命令:
git clone https://github.com/angular/angular-phonecat.git(使用 https)
标签: git github git-bash git-clone