I’m trying to automate my deployment with Fabric 2. When I manually do a git pull through the command line on the remote server everything works fine. When I try to do the same with my Fabric/Invoke script it does not allow me to pull. It does though allow me to do git status and other commands. The code: The