How to solve "Unable to find git in your PATH" on Flutter?
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 ;
Install it using following command.
sudo apt-get install git