Hi,
I downloaded the zip file extracted it to C:\depot_tools and added it to the end of my path env variable.
After that I opened an administrator cmd and run gclient with the following output:
C:\>gclient
Installing python 2.7.6...
Installing git 1.9.0.chromium.5 (avg 1-2 min download) ...
""c:\depot_tools\git.bat"" is not recognized as an internal or external command
""c:\depot_tools\git.bat"" is not recognized as an internal or external command
I checked the folder and git.bat was there so I started gclient again with the following output:
C:\>gclient
Installing git 1.9.0.chromium.6 (avg 1-2 min download) ...
The system cannot find the path specified.
The system cannot find the path specified.
It never installs win_toolchain or anything and with further calls of gclient nothing happens.
Microsoft Visual C++ 2008 Redistributable Package is installed.
Could someone give me a hint whats wrong?
Thanks
Daniel