We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed44b65 commit 505068cCopy full SHA for 505068c
src/gitingest/utils/git_utils.py
@@ -8,6 +8,7 @@
8
import sys
9
from pathlib import Path
10
from typing import TYPE_CHECKING, Final, Iterable
11
+import sys
12
from urllib.parse import urlparse
13
14
import httpx
@@ -85,7 +86,7 @@ async def ensure_git_installed() -> None:
85
86
Raises
87
------
88
RuntimeError
- If Git is not installed or not accessible.
89
+ If Git is not installed or not accessible, or if enabling long paths fails.
90
91
"""
92
try:
0 commit comments