I am migrating several projects from SVN to Git, and I am using Git\'s \'svn clone\' feature. I am trying to run the following:
git svn clone --stdlayout --a
I wasted many hours on my windows 10 machine with the same error. I tried the suggestions above and numerous others. My solution was to run it from a linux docker image.