# 2565 Errors 81d42e7c

> Error Handling Reference

- Skill: `tools-only/2565-errors-81d42e7c` (Agent Skill, multi-file: 3 files)
- Install (CLI): `npx skillmds@latest add tools-only/2565-errors-81d42e7c`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tools-only/2565-errors-81d42e7c/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: tools-only (https://skillmd.com/u/tools-only)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/tools-only/2565-errors-81d42e7c

---

# Error Handling Reference

| Error | Cause | Solution |
|-------|-------|----------|
| Git not detected | Git not installed or not in PATH | Install Git and restart Cursor |
| Cannot push | Remote conflict or auth issue | Pull first, check SSH/HTTPS credentials |
| Merge conflicts | Divergent branches | Use AI to help resolve conflicts |
| Commit rejected | Pre-commit hook failure | Fix hook issues, run lint/tests manually |
