Skip to content

Commit 13f8d44

Browse files
BareninVitalyafilipchristiansen
authored andcommitted
fix(windows): warn if Git long path support is disabled, do not fail
1 parent 6fffafc commit 13f8d44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/gitingest/utils/git_utils.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
import asyncio
66
import base64
7+
import ctypes
78
import os
89
import re
910
import sys
@@ -98,8 +99,7 @@ async def ensure_git_installed() -> None:
9899
Raises
99100
------
100101
RuntimeError
101-
If Git is not installed or not accessible, or if enabling long paths fails.
102-
If checking the long path setting fails on Windows.
102+
If Git is not installed or not accessible.
103103
104104
"""
105105
try:

0 commit comments

Comments
 (0)