You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
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)