git-svn: Cannot setup tracking information; starting point is not a branch

后端 未结 4 1105
南旧
南旧 2020-12-05 10:24

In git 1.7.9.5 I could run the following lines without error:

export SVNPASS=readonly
git clone git@github.com:dtenenbaum/RGalaxy.test.git
cd RGalaxy.test/
g         


        
4条回答
  •  甜味超标
    2020-12-05 11:19

    there are many proposed fixes for this issue:

    https://github.com/nirvdrum/svn2git/issues/132
    https://github.com/nirvdrum/svn2git/pull/145

    in my opinion this is a bug in svn2git

提交回复
热议问题