Getting GitPython to work on Windows

So I was getting this very annoying error trying to use GitPython on Windows: It's easy to find lots of places advising you to set up the GIT_PYTHON_GIT_EXECUTABLE environment variable. However I still was having issues while trying to do it inside my script (I didn't want to set up directly in Windows). The trick… Continue reading Getting GitPython to work on Windows