
fatal: unable to access ‘https://github.com/azkaban/azkaban.git/‘: Encountered end of file
【代码】fatal: unable to access ‘https://github.com/azkaban/azkaban.git/‘: Encountered end of file。
·
fatal: unable to access ‘https://github.com/azkaban/azkaban.git/’: Encountered end of file
[root@VM-12-8-centos ~]# git clone https://github.com/azkaban/azkaban.git
正克隆到 'azkaban'...
fatal: unable to access 'https://github.com/azkaban/azkaban.git/': Encountered end of file
[root@VM-12-8-centos ~]# git config --global url.https://github.com/.insteadOf git://github.com/
[root@VM-12-8-centos ~]# git clone git://github.com/azkaban/azkaban.git
正克隆到 'azkaban'...
remote: Enumerating objects: 50422, done.
remote: Counting objects: 100% (319/319), done.
remote: Compressing objects: 100% (223/223), done.
接收对象中: 16% (8502/50422), 21.32 MiB | 125.00 KiB/s
git config --global url.https://github.com/.insteadOf git://github.com/
git clone git://github.com/azkaban/azkaban.git
更多推荐
所有评论(0)