Git console not recognizing env vars from .zshenv
已回答
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.
请先登录再写评论。
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 :-)