when i want to get dependencies i recieved this error
i tried to fix with put path into enviroment variables but it didn`t work.
when i want to get dependencies i recieved this error
i tried to fix with put path into enviroment variables but it didn`t work.
Add
C:\Program Files\Git\bin\git.exe;
C:\Program Files\Git\cmd;
C:\Windows\System32
to your PATH variable
Do not create new variable for git but add them as I did one after another separating them by ;
Remember to restart terminal/vscode
after changing environment variables
.