-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Description
This is a repost of issue 650, which was closed as invalid. I believe the invalid label was a mistake. The issue is still happening in 2.7.4. If there is any additional detail that I can provide, please let me know.
I haven't found any open issues that appear to be the same issue. There is Issue 274, but the error is wildly different, and this example crashes after attempting to git svn clone a single revision, which is passed in from the command line. It does not make it far enough into the operation to fetch any data, so I doubt repository size is a factor.
Setup
- Which version of Git for Windows are you using? 32-bit or 64-bit? Include the
output ofgit version
as well.
I downloaded the latest version (Git-2.7.4-64-bit.exe)
$ git --version
git version 2.7.4.windows.1
- Which version of Windows are you running? 32-bit or 64-bit?
64-bit. winver reports the following:
Version 6.3 (Build 9600)
Windows 8.1 Enterprise
-
What options did you set as part of the installation? Or did you choose the
defaults?I chose Associate.git* files with the default editor and Associate .sh files with Bash. Everything else is deselected in the Components screen of the setup wizard. For adjustments to the PATH variable, I chose to use Git and optional windows tools from windows command prompt. core.autocrlf is false (checkout as-is, commit as-is). For terminal emulator, I chose to use Windows default console. core.fscache and git credential manager are enabled.
-
Any other interesting things about your environment that might be related
to the issue you're seeing?
Not that I can think of. I don't have cygwin installed or alternate versions of perl in the path. I've verified that I'm running the perl that shipped with the installation package. I have svn 1.8.11 installed independently of git and it is in the system path before the git paths are imported, but I don't think that matters as removing it from PATH yields the same result.
Details
- Which terminal/shell are you running Git from? e.g Bash/CMD/PowerShell/other
I get the same result using cmd.exe, powershell, and bash (started via C:\git\git-bash.exe)
- What commands did you run to trigger this issue?
This command was run using git-bash.exe without administrative privileges.
$ git svn clone -r 1053268:HEAD https://svn.apache.org/repos/asf/excalibur/trunk/ foo_excal
Initialized empty Git repository in C:/src/foo_excal/.git/
2 [main] perl 9164 child_info_fork::abort: unable to map C:\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.