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

后端 未结 4 699
情歌与酒
情歌与酒 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:08

    I believe the problem with spaces is fixed in Git >= 1.8.0 (See: #786942).

    So you should upgrade it.

    I've tested it and it seems to work in the recent version of git.

    See GitHub Home page: https://github.com/git/git

提交回复
热议问题