我正在使用 Windows 10 Ver 10.0.19042 Build 19042
, GIT Ver 2.32
尝试使用 git bash 执行以下命令
git clone --depth=1 -b carla https://github.com/CarlaUnreal/UnrealEngine.git .
来克隆carla项目时,它会一直显示消息cloning into '.'
。
有时它会产生输出错误:错误写入“stdout”:损坏的管道我尝试了以下解决方案
- 将 HTTPS 替换为 HTTP
- 我已经为 Windows 安装了 Open SSH
另外,请注意,我已经使用该命令从 git 复制了其他 repos git clone <git_repo>
,它工作正常
我想毫无问题地克隆 repo 有任何帮助吗?