I am using Windows 10 Ver 10.0.19042 Build 19042
, GIT Ver 2.32
when trying to execute the following command using git bash
git clone --depth=1 -b carla https://github.com/CarlaUnreal/UnrealEngine.git .
to clone the carla project it stucks displaying the message cloning into '.'
forever.
sometimes it yields output Error: error writing "stdout": broken pipe I Have tried the following solutions
- Replace the HTTPS with HTTP
- I have installed Open SSH for windows
Also, note that I have copied other repos from git using the command git clone <git_repo>
and it works fine
I want to clone the repo with no issues any help ?