-
-
Notifications
You must be signed in to change notification settings - Fork 472
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
Does not get git user.email value if defined within an includeif gitconfig file #435
Comments
rye using git config user and email, or you can set author in config.toml file(which describes in document) |
can you show the output |
I can't reproduce, can you show the steps of reproduce? |
Of course. So firstly, my Steps to reproduce:
|
Thanks, I reproduce. |
OK, so it could only work if |
I have try fix this problem includeif not work, but not sure this is a better. |
How can I test if I have official |
@doolio you can validate with this command if you have a rust compiler installation:
|
@mitsuhiko thanks I hadn't but I removed my binary install and installed the latest version via
I went ahead and tried that in any case and it finished with the following output which I take means it is now at this commit. Testing this commit I can state it is doing as I would like in using the |
rye
already initialises the project directory as a git repository - great. I don't know the order in which it does this but could it use a user's git name and email settings and include those in the pyproject.toml it creates?The text was updated successfully, but these errors were encountered: