claude-memory/graph/fixes/tea-cli-always-pass-repo-to-avoid-path-segment-empty-error-689b96.md

659 B

id type title tags importance confidence created updated
689b9655-ba18-4721-b6c3-39e9cde5a04b fix tea CLI: always pass --repo to avoid path segment empty error
gitea
tea
cli
fix
0.6 0.8 2026-02-17T16:15:58.497155+00:00 2026-02-17T16:15:58.497155+00:00

When git remote URLs contain embedded credentials (https://user:token@host/owner/repo.git), tea CLI fails to auto-detect the repo with 'Error: path segment [0] is empty'. Fix: always pass --repo owner/repo explicitly to tea pulls create and similar commands. Example: tea pulls create --repo cal/major-domo-database --head branch --base main --title 'Title' --description 'Desc'