function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
PredatorPredator 

Error while running the install.vbs script

Hi,

     I have an issue regarding the install.vbs while i am trying to execute the "Cscript install.vbs"in cmd of windows .I have an erro like"There was an error getting the status of the git repository: ' ' Make sure the 'git' excecutable is on your PATH variable". Please do the needful help as soon as possible .

 

 Thank you,

Tom GersicTom Gersic

Make sure you have Git installed, and that it's in your system PATH.

AGessnerAGessner

Hi Predator,

Did you find a solution for the problem? I have the same problem.

How can I check if the Git is installed?

 

 Thank you.

Tom GersicTom Gersic

If you go to the windows CMD prompt, and type git (and hit enter), it should show you the git help stuff. If it doesn't, you either don't have it installed or you don't have it on your system PATH

AGessnerAGessner

I didn't have it in my system PATH. I modified it and it's working fine.

 

Thank You.