fix git remote: use SSH URL, add remote fixup step to provision.sh

Provision script now checks and corrects the git origin URL to the
SSH remote before fetching updates. Also fixed CLAUDE.md to reflect
the correct hostname (git.hanson.xyz, not git.internal.hanson.xyz).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-15 02:44:11 +00:00
parent 531b3edcd2
commit e98ae2f9d1
2 changed files with 11 additions and 3 deletions

View File

@@ -47,7 +47,7 @@ chown -R comma:comma /data/openpilot
### Git
- Remote: `git@git.internal.hanson.xyz:brianhansonxyz/comma.git`
- Remote: `git@git.hanson.xyz:brianhansonxyz/comma.git`
- Branch: `clearpilot`
- Large model files are tracked in git (intentional — this is a backup)