[go: up one dir, main page]

Set git config in the workspace

When you make changes in the workspace and try to commit it, you receive the following error

image

Quick fix - This can be fixed by setting the correct environment variables - https://git-scm.com/book/en/v2/Git-Internals-Environment-Variables

Long term - We need to access what all git config should we inject into the workspace (either as environment variables or as files)

Edited by Vishal Tak