1

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.

  • Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. – Community Apr 27 '23 at 16:31

1 Answers1

1

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.

Esmaeil Ahmadipour
  • 840
  • 1
  • 11
  • 32