Git console not recognizing env vars from .zshenv
Answered
One of our pre-commit steps needs a env var to be set, which is perfectly fine working in the terminal. but when i use the version controle ui in intellij to make the commit, the git console shows the error that this env var is not there.
Please sign in to leave a comment.
Environment variables that are available to the git integration in the IDE are inherited from the parent process. Please check this knowledge base article for more information: https://youtrack.jetbrains.com/articles/SUPPORT-A-1837.
that helped me, thanks :-)