28,658 questions
Hello
Thank you for your question and reaching out. I can understand you are having query related to GIT on Windows 11.
Please make sure git is added to PATH variable.
- Open command prompt < run --> cmd >
Run below command.
set PATH=C:\Program Files\Git\bin;%PATH%
Type git, it will work.
OR
- Start->All Programs->Git->Git Bash
Takes you directly to the Git Shell.
--------------------------------------------------------------------------------------------------------------------------------
--If the reply is helpful, please Upvote and Accept as answer--