-
Notifications
You must be signed in to change notification settings - Fork 443
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
command failed: git gc #243
Comments
I'm also getting this message. In verbose mode, I get the following after the git fetch run
And it is true that there is a git gc running under that pid. It looks that git gc is run twice by svn2git and the first one was still running in the background when the second one is started. |
Any chance of a some sort of workaround for this? |
I worked around this by disabling auto-run of garbage collect before using svn2git:
(and then reenable it after it |
I've used svn2git successfully on several other repos. It only fails on one repo in my list, but it always fails on that one. Thanks for the simple solution. I'll give it a try. |
Got the same error, too, because of the circumstances @svigerske described. |
btw. this issue seems to be a duplicate of #180 |
Getting this error. Manually running
git gc
afterwards works. However, I don't really need the repo to be garbage collected (waste of CPU cycles in my usage scenario). Is there a CLI option to skip it?The text was updated successfully, but these errors were encountered: