diff --git a/aider/repo.py b/aider/repo.py index c4d0e61fe..5ece5147c 100644 --- a/aider/repo.py +++ b/aider/repo.py @@ -9,6 +9,7 @@ try: git.exc.ODBError, git.exc.GitError, git.exc.InvalidGitRepositoryError, + git.exc.GitCommandNotFound, ] except ImportError: git = None