Where is the beginning of the PATH in Git Bash?
问题 On Windows, the PATH is separated into 2 parts, the System PATH & the User PATH . They can both be displayed and changed in the Control Panel (though not very well). While running msysGit or Git for Windows , a 3rd PATH is created and put before the other 2, meaning programs will look in this 3rd PATH 's folders for a command before the User or System PATH folders. I think msysGit created it because I chose the "Run Git and included Unix tools from the Windows Command Prompt " option during