【发布时间】:2021-12-19 02:56:37
【问题描述】:
我使用的是 Windows 10 Ver 10.0.19042 Build 19042
, GIT 版本 2.32
尝试使用 git bash 执行以下命令时
git clone --depth=1 -b carla https://github.com/CarlaUnreal/UnrealEngine.git .
克隆 carla 项目,它卡住永远显示消息 cloning into '.'。
有时它会产生输出 Error: error writing "stdout": broken pipe 我尝试了以下解决方案
- 将 HTTPS 替换为 HTTP
- 我已经为 windows 安装了 Open SSH
另外,请注意,我已经使用命令 git clone <git_repo> 从 git 复制了其他 repos,它工作正常
我想毫无问题地克隆 repo 有任何帮助吗?
【问题讨论】:
-
尝试使用: git clone --depth 1 --branch carla github.com/CarlaUnreal/UnrealEngine.git