Error with Git SVN clone

前端 未结 6 2023
忘了有多久
忘了有多久 2021-01-17 10:58

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         


        
6条回答
  •  挽巷
    挽巷 (楼主)
    2021-01-17 11:27

    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.

提交回复
热议问题