Skip to content

Commit d7aafb7

Browse files
BareninVitalyafilipchristiansen
authored andcommitted
Update git_utils.py: warn on long paths issue on Windows
1 parent dff2c28 commit d7aafb7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/gitingest/utils/git_utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ async def ensure_git_installed() -> None:
8787
------
8888
RuntimeError
8989
If Git is not installed or not accessible, or if enabling long paths fails.
90+
If checking the long path setting fails on Windows.
9091
9192
"""
9293
try:

0 commit comments

Comments
 (0)