mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 00:35:00 +00:00
fix: Handle GitCommandNotFound error
This commit is contained in:
parent
258f1f0848
commit
b662e6b9eb
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ try:
|
|||
git.exc.ODBError,
|
||||
git.exc.GitError,
|
||||
git.exc.InvalidGitRepositoryError,
|
||||
git.exc.GitCommandNotFound,
|
||||
]
|
||||
except ImportError:
|
||||
git = None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue