-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Sync changes to local git config with user Che git config #13959
Comments
@vinokurig this looks like a duplicate of #13874. Please re-open if you think that's not the case. |
Reopen this issue, because it doesn't duplicate #13874. This issue needs to find the way to store |
I see this was added to 7.1 then moved to 7.x. Maybe we split the difference and set it to 7.2 or 7.3? |
@vzhukovskii what I understand is:
So #13874 is a pre-requisite of this issue and even a P1. While this issue for me is not a major issue and I would keep 7.x |
Add ability to set up git user name and email in theia preferences
Describe the bug
Git commit command requires committer name and email in the git config. Each time when the workspace restarts, git commit asks for committer name and email, even if it was set before restart.
Che version
Steps to reproduce
WRONG Error occurs:
Expected behavior
Git commit should be successful, if the user data is set once.
Runtime
kubectl version
)oc version
)minikube version
andkubectl version
)minishift version
andoc version
)docker version
andkubectl version
)Screenshots
Installation method
Environment
Additional context
The text was updated successfully, but these errors were encountered: