forked from jpimbert/VBAToolKit
-
Notifications
You must be signed in to change notification settings - Fork 1
Fix Git SetUp
jpimbert edited this page Aug 21, 2013
·
3 revisions
To install vbatoolkit, user have only to open vbatoolkit workbooks , then a new toolbar will be added to vba and to the excel interface .
Vbatoolkit use VBA resources and execute some Github commands to initilize a local git repository ,that's why the environment variable must be defined .
if user select first option like in the exemple below , he must add manually the envirenment variable ;
when user install git on his computer , install wizard ask user if he wanna to add envirenement variable :
add manually the envirenment variable
- Right-click on My Computer, and then click Properties.
- Click the "Advanced" or "Advanced system parameter" *depending on the version of Windows
- Click Environment Variables.
- search variables nammed Path in systeme variables .
- Click on modify button.
- now we will define path of variable , for exemple git was installed in " C:\Program Files\Git" , then i wil write ";C:\Program Files\Git\cmd" folowing path list.

8. now open prompt and write "git" to check if envirenement variable was added successfully.
