python
network_error
ai_generated
true
ERROR: Command errored out with exit status 128: git clone -q https://github.com/user/repo.git /tmp/pip-req-build-xxx. Check the logs for full command output.
ID: python/pip-git-dependency-error
80%Fix Rate
86%Confidence
0Evidence
2025-09-05First Seen
Version Compatibility
| Version | Status | Introduced | Deprecated | Notes |
|---|---|---|---|---|
| 3.8 | active | — | — | — |
| 3.9 | active | — | — | — |
| 3.10 | active | — | — | — |
| 3.11 | active | — | — | — |
| 3.12 | active | — | — | — |
Root Cause
The git repository URL is invalid, the repository does not exist, or authentication is required.
generic中文
Git 仓库 URL 无效、仓库不存在或需要身份验证。
Workarounds
-
95% success
git clone https://github.com/user/repo.git # test manually
-
90% success
pip install git+https://github.com/user/[email protected]
Dead Ends
Common approaches that don't work:
-
80% fail
Caching is not the issue; the clone itself fails.
-
70% fail
The git dependency is the package itself; skipping dependencies does not help.