Hello everyone,
i created a dev environment, which is build by using the windows SUBST cmd, to create different drives. For example my git repo is on one drive and binaries are on another, etc.
When working on the said SUBST repo sourcetree wont open the terminal. When im working on another repo (which is located in something like this C:\dev\myrepo) it works.
Any ideas on fixing this issue?
(I could as a workaround use the "real" path to my substed repo, but this is error-prone and not very comfortable)