git clone致命:远程端意外挂起

git clone致命:远程端意外挂起,git,Git,我正在尝试将zephir项目克隆到我的CentOS机箱中,但我遇到以下错误: fatal: The remote end hung up unexpectedly git clone https://github.com/phalcon/zephir Cloning into 'zephir'... usage: git fetch-pack [--all] [--quiet|-q] [--keep|-k] [--thin] [--include-tag] [--upload-pack=<

我正在尝试将zephir项目克隆到我的CentOS机箱中,但我遇到以下错误:

fatal: The remote end hung up unexpectedly

git clone https://github.com/phalcon/zephir
Cloning into 'zephir'...
usage: git fetch-pack [--all] [--quiet|-q] [--keep|-k] [--thin] [--include-tag] [--upload-pack=<git-upload-pack>] [--depth=<n>] [--no-progress] [-v] [<host>:]<directory> [<refs>...]
fatal: The remote end hung up unexpectedly
致命:远程端意外挂起
git克隆https://github.com/phalcon/zephir
克隆成“泽菲尔”。。。
用法:git fetch pack[--all][--quiet |-q][--keep |-k][--thin][--include tag][--upload pack=][--depth=][--no progress][v][:][…]
致命:远程端意外挂起

我尝试了git config--global--add core.compression-1,但没有成功。我做错了什么?

这一个的可能重复:您能用命令GIT\u CURL\u VERBOSE=1 GIT clone重试吗https://github.com/phalcon/zephir并发布在其停止位置附近发生的任何错误?已尝试。。。运气不一样error@user3360140误差取决于这么多因素。我面临的情况是,当互联网连接太慢时,我试图克隆回购协议。然后我得到了这个错误。你能使用ssh克隆吗?