I cannot seem to make git work from my native Windows command line.
I have tried PowerShell, I have the path to the git bin in my Environment Variables, but it is still giving me a "command not found
" when I type git
. I have looked at the solutions
here, and none of them work for me.
I don't have a C:/Program Files/git folder (or Program Files(x86))
.
I can make command line git work if I open up the git desktop app and then use the "open a terminal with git enabled" option from there.
That is all well and good, except that opening the desktop app takes forever on my laptop, and I would prefer to be able to just whip out the command line to pull my code.
I am open to reinstalling git and following specific instructions, or installing a more workable version of git, if anyone has suggestions. Thank you.