git-svn clone fails “fatal: Not a valid object name”

后端 未结 4 693
情歌与酒
情歌与酒 2020-12-03 17:29

Whilst doing git svn clone -s https://svn.example.com/repo/ I received the following output:

r3073 = a6132f3a937b632015e66d694250da9f606b8333 (r         


        
4条回答
  •  一生所求
    2020-12-03 18:13

    I ran into this issue today, and considered this branch which contains a pace in it is not important, i just run

    git branch -r -d partialPayment%202.4
    

    And re-run git svn fetch It skipped current branch and continue grabbing the next one.

提交回复
热议问题