My Sytem setup is
- Windows 7 64-bit
- IntelliJ IDEA EAP 12 version 122.639
- Java 1.6
- I am a non Admin user.
I have an android project which I want to keep under version control on Bitbucket. I have tried to use the builtin VCS in IntelliJ IDEA to create git/mercurial but for both of them I get the error about hg.exe / git.cmd not found.
FYI, I have to checkout stuff from GitHub and it worked without problems. I also have the BitBucket plugin installed.
How do I use inbuilt VCS in IntelliJ IDEA to create git/Mercurial repo for my local projects and save them on my Bitbucket account.
EDIT @crazycoder
I have installed msysgit as you advised and here is the git path config screen as requested by you.