-
-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
badTimezone: cannot clone with git 2.8.1 #3088
Comments
Thanks for the quick response. |
@rillian did you enable verification yourself or did another tool do that? |
You're right, I have those options set in my ~/.gitconfig; it's nothing to do with the git version. I don't know if I did it manually or if one of our audit tools added it, because how is that not the default? :/ [transfer]
fsckobjects = true
[fetch]
fsckobjects = true
[receive]
fsckObjects = true I've been trying to figure out how to get YCM to work around this, but it's tricky with submodules because an initial shallow clone generally fails. There doesn't seem to be a |
Works for me when cloning submodules, this just disables it for fetch. |
I can't clone this repo. It complains:
The text was updated successfully, but these errors were encountered: