Why does “git svn fetch” command seem to be stuck and does nothing?

前端 未结 5 764
时光说笑
时光说笑 2020-12-13 18:28

EDIT: Workaround. Now we understand the issue, here is the solution: do

git svn fetch -r REVISION:HEAD

where REVISION is t

5条回答
  •  粉色の甜心
    2020-12-13 18:53

    In case of using Git for Windows, make sure to upgrade from 2.20.1 to either previous (2.20.0), next (2.21.0) or any other. Mentioned version has a bug making "git svn fetch" hang, which was later fixed.

提交回复
热议问题