我正在使用git svn clone将svn repo转换为git并且面临着问题。我的第一个问题是 -
fatal: Not a valid object name refs/remotes/Customer Assistance
cat-file commit refs/remotes/Customer Assistance: command returned error: 128
我尝试了here提到的解决方案,但现在它给了我以下错误 -
fatal: Reference has invalid format: 'refs/remotes/Customer Assistance'
for-each-ref --format=%(refname) refs/: command returned error: 128
PS:我在Windows机器上这样做,我正在使用git 1.8.3。