Replies: 1 comment
-
It's not ideal, but here's my workaround: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am attempting to install some packages with lazy.nvim, but I am running into some issues initially cloning some repositories because I have
fsckobjects = true
on fetch configured in my global gitconfig, and the repositories I'm trying to clone have a bad timezone in some of their commits. I can work around this by manually changing my gitconfig, however, I run my same dotfiles on multiple machines so I'd rather not have to repeat the manual work each time.Is there any way to configure a package such that it is setup with its own gitconfig?
Beta Was this translation helpful? Give feedback.
All reactions