git svn clone失败了

joh*_*iao 16 git git-svn

git svn clone url

Initialized empty Git repository in D:/code/Androi
d/ProjName/.git/
W: Ignoring error from SVN, path probably does not exist: (160013): Filesystem h
as no item: '/svn/Projects/!svn/rvr/100/Android/ProjName' path not found
W: Do not be alarmed at the above message git-svn is just searching aggressively
 for old history.
This may take a while on large repositories
      4 [main] perl 8428 child_info_fork::abort: unable to map d:\Program Files\
Git\usr\bin\msys-svn_subr-1-0.dll, Win32 error 1114
open2: fork failed: Resource temporarily unavailable at /mingw64/share/perl5/sit
e_perl/Git.pm line 411.
Run Code Online (Sandbox Code Playgroud)

执行命令后,没有从服务器获取任何内容.

如果使用以下命令,请在第二个命令"git svn fetch"后得到相同的结果

$ git svn init url
Initialized empty Git repository in D:/code/Android/try1/.git/

johnliao@john-toshiba MINGW64 /d/code/Android/try1 (master)
$ git svn fetch
W: Ignoring error from SVN, path probably does not exist: (160013): Filesystem has no item: '/svn/Projects/!svn/rvr/100/Android/ProjName' path not found
W: Do not be alarmed at the above message git-svn is just searching aggressively for old history.
This may take a while on large repositories
      4 [main] perl 5472 child_info_fork::abort: unable to map D:\Program Files\Git\usr\bin\msys-svn_subr-1-0.dll, Win32 error 1114
open2: fork failed: Resource temporarily unavailable at /mingw64/share/perl5/site_perl/Git.pm line 411.
Run Code Online (Sandbox Code Playgroud)

p91*_*aul 28

看起来它是64位版本的git for windows> = 2.7.0中的一个错误,上游报道:

https://github.com/git-for-windows/git/issues/708

https://github.com/git-for-windows/git/issues/650

目前可用的最佳选择是使用32位版本或以前的64位版本.

  • 在我的情况下,2.6.2工作,但2.7.0,2.8.2,2.8.3不工作. (2认同)