Unable to determine upstream SVN information from HEAD history

后端 未结 11 916
忘掉有多难
忘掉有多难 2020-12-02 10:28

Why do I get this error message?

11条回答
  •  温柔的废话
    2020-12-02 11:04

    You may also get this error, when you have checkout freshly created SVN repo.

    I have solved this by

    1. First doing an initial commit via svn command
    2. Then clone the repo using git svn command.

提交回复
热议问题