Error with Git SVN clone

前端 未结 6 2022
忘了有多久
忘了有多久 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:23

    I got the exact same problem with msysgit 1.9.4.
    Try to use v1.8.3 instead: I cloned all my SVN repositories without an error with it.

提交回复
热议问题