-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Description
Setup
- Which version of Git for Windows are you using? Is it 32-bit or 64-bit?
$ git --version --build-options
git version 2.15.1.windows.2
built from commit: 5d5baf91824ec7750b103c8b7c4827ffac202feb
sizeof-long: 4
machine: x86_64
- Which version of Windows are you running? Vista, 7, 8, 10? Is it 32-bit or 64-bit?
Windows 7 64-bit
$ cmd.exe /c ver
Microsoft Windows [Version 6.1.7601]
- What options did you set as part of the installation? Or did you choose the
defaults?
$ cat /etc/install-options.txt
Editor Option: VIM
Path Option: BashOnly
SSH Option: OpenSSH
CURL Option: OpenSSL
CRLF Option: CRLFCommitAsIs
Bash Terminal Option: MinTTY
Performance Tweaks FSCache: Enabled
Use Credential Manager: Enabled
Enable Symlinks: Enabled
- Any other interesting things about your environment that might be related
to the issue you're seeing?
None I can think of.
Details
I've been using git-svn with a large Subversion repository. Recently the repository was moved to a new location on a new server with the same host name as the old server. Having run into problems trying to adjust the location, I'm just trying to do a fresh clone from the new location.
- Which terminal/shell are you running Git from? e.g Bash/CMD/PowerShell/other
git-bash.
- What commands did you run to trigger this issue?
git svn clone <SVN repository> .
- What did you expect to occur after running these commands?
I expected to get a working copy of that location.
- What actually happened instead?
1 [main] perl 8488 fork: child 11160 - died waiting for dll loading, errno 11
open2: fork failed: Resource temporarily unavailable at /mingw64/share/perl5/site_perl/Git.pm line 412.
But when I try cloning a branch from the same server, it succeeds. In fact, I've tried cloning a couple of subdirectories within the root that I actually want, and those also succeeded. By "succeed", I mean it started populating its database in .git/. I interrupted this because of the size of the repository, so I haven't actually seen a working copy yet, but at least in these other locations, it gets started.
So somehow the error depends on the content/source of the repository. A coworker has made the same observations, and had never used git-svn with this repository before it was relocated.
- If the problem was occurring with a specific repository, can you provide the
URL to that repository to help us with testing?
It's a private repository.