git-svn 오류 ‘refs / remotes / git-svn $ : command return error : 1’을 어떻게 해결합니까? 변환하는 중에

Subversion 저장소를 git로 변환하는 중에 svn:ignore설정을 다음으로 변환하는 동안 다음 오류가 발생할 수 있습니다 .gitignore.

config --get svn-remote.svn.fetch :refs/remotes/git-svn$: command returned error: 1

이 오류를 어떻게 해결합니까?



답변

이 오류를 해결하려면 GIT_SVN_ID정보를 가져올 참조 이름을 지정하십시오 . 처럼:

git svn show-ignore -i trunk > .gitignore


답변