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 6fffafc commit 13f8d44Copy full SHA for 13f8d44
src/gitingest/utils/git_utils.py
@@ -4,6 +4,7 @@
4
5
import asyncio
6
import base64
7
+import ctypes
8
import os
9
import re
10
import sys
@@ -98,8 +99,7 @@ async def ensure_git_installed() -> None:
98
99
Raises
100
------
101
RuntimeError
- If Git is not installed or not accessible, or if enabling long paths fails.
102
- If checking the long path setting fails on Windows.
+ If Git is not installed or not accessible.
103
104
"""
105
try:
0 commit comments