-
Notifications
You must be signed in to change notification settings - Fork 87
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
config wizard does not work if ~/.config/git/config contains include statements #153
Comments
as a note: only the config wizard does not work, the tool does work! At the end of the configuration section, it is explained how you can extract your git-repo configuration into another file.
|
ahah! Nice. Feel free to close, then |
well, the issue is still painful and there's a tracking issue on gitpython. I guess I could add take the reference to the config file that needs to be modified? |
though that comment was for whoever popped on the #git-repo channel asking on how he can use a versioned git config, citing this issue... 😉 |
@guyzmo Ah, that was me; thanks for the quick response! Configuring with |
Steps to reproduce:
~/.git
does not existRun
git-repo config
, do the oauth dance.Nothing is stored.
PS: I think this is a bug in the code that reads and writes git config. If I were you, I'll just run
git config --get foo.bar
andgit config --global foo.bar 42
instead of using a re-implementation of git config parsing in Python.The text was updated successfully, but these errors were encountered: