{
  "id": "python/pip-vcs-install-failed",
  "signature": "ERROR: Command errored out with exit status 128: git clone ...",
  "signature_zh": "错误：命令以退出状态 128 失败：git clone ...",
  "regex": "ERROR:\\ Command\\ errored\\ out\\ with\\ exit\\ status\\ 128:\\ git\\ clone\\ \\.\\.\\.",
  "domain": "python",
  "category": "network_error",
  "subcategory": null,
  "root_cause": "Git repository clone failed due to authentication, network, or repository not found.",
  "root_cause_type": "generic",
  "root_cause_zh": "由于身份验证、网络或仓库不存在，Git 仓库克隆失败。",
  "versions": [
    {
      "version": "3.9",
      "introduced": null,
      "deprecated": null,
      "removed": null,
      "behavior_change": null,
      "status": "active"
    },
    {
      "version": "3.10",
      "introduced": null,
      "deprecated": null,
      "removed": null,
      "behavior_change": null,
      "status": "active"
    }
  ],
  "os_specific": {},
  "dead_ends": [
    {
      "action": "Using HTTPS instead of SSH",
      "why_fails": "May still have auth issues.",
      "fail_rate": 0.5,
      "condition": "",
      "sources": []
    },
    {
      "action": "Checking if git is installed",
      "why_fails": "Git is usually present.",
      "fail_rate": 0.2,
      "condition": "",
      "sources": []
    }
  ],
  "workarounds": [
    {
      "action": "Ensure correct URL and credentials",
      "success_rate": 0.9,
      "how": "pip install git+https://user:token@github.com/user/repo.git",
      "condition": "",
      "sources": []
    },
    {
      "action": "Clone manually and install",
      "success_rate": 0.8,
      "how": "git clone https://github.com/user/repo.git && cd repo && pip install .",
      "condition": "",
      "sources": []
    }
  ],
  "workarounds_zh": [],
  "transition_graph": {
    "leads_to": [],
    "preceded_by": [],
    "frequently_confused_with": []
  },
  "official_doc_url": null,
  "official_doc_section": null,
  "error_code": null,
  "verification_tier": "ai_generated",
  "confidence": 0.83,
  "fix_success_rate": 0.8,
  "resolvable": "true",
  "first_seen": "2026-01-15",
  "last_confirmed": "2025-01-01",
  "last_updated": "2025-01-01",
  "evidence_count": 0,
  "tags": [],
  "locale": "en",
  "aliases": []
}