git svn 失败并出现致命错误

git svn 失败并出现致命错误

将我们的 svn 存储库移动到 git 时,我收到以下错误消息:

$ git svn clone svn://abraham/eeschweiz -s
Initialized empty Git repository in /cygdrive/c/Users/Ernst/Temp/svn2git/eeschweiz/.git/
Using higher level of URL: svn://abraham/eeschweiz => svn://abraham
  0 [main] perl 3836 C:\cygwin\bin\perl.exe: *** fatal error - unable to remap \\?\C:\cygwin\lib\sasl2\cygsasldb-2.dll to same address as parent: 0x9D0000 != 0xA20000
Stack trace:
Frame     Function  Args
0088B678  6102796B  (0088B678, 00000000, 00000000, 00000000)
0088B968  6102796B  (6117EC60, 00008000, 00000000, 61180977)
0088C998  61004F1B  (611A7FAC, 6124B6A4, 009D0000, 00A20000)
End of stack trace
  0 [main] perl 6864 fork: child 3836 - died waiting for dll loading, errno 11
fork failed: Resource temporarily unavailable at /usr/lib/perl5/vendor_perl/5.10/Git.pm line 462.

我能够毫无问题地迁移 svn://abraham 下的大约 10 个文件夹。收到此错误消息后,我无法克隆任何文件夹,甚至无法克隆之前可以正常工作的文件夹。该命令在 Win7 64 上的 cygwin 中执行。

您对哪里出了问题有什么想法吗?

答案1

相关内容