【发布时间】:2017-09-11 16:45:04
【问题描述】:
我正在尝试从 gitlab 克隆 git 中的存储库。我正在使用的命令是:
git clone https://procesttt@gitlab.com...
不幸的是,我得到了这样的东西:
Cloning into 'testDemo'...
remote: Counting objects: 15529, done.
error: RPC failed; curl 56 SSL read: error:00000000:lib(0):func(0):reason(0), errno 10054
fatal: The remote end hung up unexpectedly
fatal: protocol error: bad pack header
我正在使用 Windows 10 和 git bash。谢谢你的回答。 Git 版本:
git version 2.10.1.windows.1
【问题讨论】:
-
你用的是什么git版本?
-
git 版本 2.10.1.windows.1
标签: windows repository gitlab git-bash windows-subsystem-for-linux