-
Bug
-
Resolution: Not a Bug
-
Major
-
3.14.0.GA
-
None
-
False
-
None
-
False
-
-
Description of problem:
Adding PAT or OAuth from GitHub Enterprise Server doesn't configure gitconfig. If start workspace and try to do changes commit it throws `Make sure you configure "user.name" and "user.email" in git`.
Prerequisites (if any, like setup, operators/versions):
DS 3.14.0.RC-devspaces-operator-bundle-container-3.14-49
Steps to Reproduce
- Add OAuth or PAT from Github Enterprise Server.
- Start workspaces by factory and do any changes to cloned repo.
- Try to commit these changes.
Actual results:
It throws `Make sure you configure "user.name" and "user.email" in git` error. If add "user.name" and "user.email" manually works as expected.
Expected results:
Commit changes tab opened
Reproducibility (Always/Intermittent/Only Once):
Always