Git integration and Project workspace fixes

This commit is contained in:
Renn F
2026-01-08 16:45:25 +01:00
parent f1c5b7958c
commit 955455d704
28 changed files with 976 additions and 55 deletions
+16
View File
@@ -1,5 +1,21 @@
# Git Error Troubleshooting
## Missing Git Token
**Error**: "Project requires a git token for HTTPS repositories"
**Cause**: No GitHub PAT configured for this project
**Solutions**:
1. Open project settings in UI
2. Add GitHub token (Personal Access Token)
3. Token needs `repo` scope for clone/push/PR
**Notes**:
- Each project requires its own token (no global fallback)
- Tokens are encrypted at rest
- Token never exposed in API responses
## Workspace Not Found
**Error**: "Workspace does not exist"