Skip to main content

Posts

Showing posts with the label command line

Where you at git

I'm trying to clone project files from azure and am running into all sorts of brick walls. One day, I will master setting up new projects but that day is not today -_- Problem of the day: I can't find my git.exe(git executable). It's driving me nuts. I'm pretty sure it was all set up properly when I was doing the python course months ago but lookey here. Nothing works. It took me awhile to even figure out how to look for the git.exe file. Finally happened upon a comment online suggesting using the git command. $ where git Thank you, stranger, for making my life easier.