【发布时间】:2020-06-03 08:24:01
【问题描述】:
我目前正在使用 SSH 密钥将存储库从 AWS Codecommit 克隆到我的本地计算机。我的
ssh git-codecommit.us-east-2.amazonaws.com
已成功连接。
我的问题是当我运行这个时:
git clone ssh://git-codecommit.us-east-2.amazonaws.com.amazonaws.com/v1/repos/Project
它正在克隆我的项目,但在 100% 克隆后,我不断收到此错误
remote: Counting objects: 1024, done.
client_loop: send disconnect: Connection reset by peer KiB/s
fatal: the remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed
我在谷歌上找不到答案,希望有人能帮助我。这些错误的可能原因是什么?先感谢您!
【问题讨论】:
-
如果你创建另一个仓库,你可以克隆它吗?
-
你能不能详细一点,也许你能得到更多信息
git clone -vvv ssh://git-codecommit.us-east-2.amazonaws.com.amazonaws.com/v1/repos/Project -
@loic.lopez 是的,我尝试克隆另一个 repo 但仍然是相同的输出
-
@VadimSirbu 失败但在克隆之前显示了这个
Server supports shallowServer supports multi_ack_detailedServer supports side-band-64kServer supports allow-tip-sha1-in-wantServer supports allow-reachable-sha1-in-want
标签: laravel git amazon-web-services version-control clone