git svn clone died of signal 11 on OSX
问题 I'm trying to migrate a project from svn to git. I was using the osx svn package, but I also tried installing with homebrew. I keep getting this same error. git svn clone http://myserver/myrepo error: git-svn died of signal 11 Version information: git --version git version 2.2.1 svn --version svn, version 1.7.17 (r1591372) compiled Sep 18 2014, 13:06:44 I'm running Yosemite. 回答1: git svn executes git-svn which is a Perl program which uses bindings to libsvn and those bindings are touchy. If