fix(init-repo): create $HOME before git config on fresh volumes #55
Reference in New Issue
Block a user
Delete Branch "fix/init-home-before-git-config"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
git config --globalwrites to$HOME/.gitconfig, but on a fresh PVC$HOME(/config/userdata) doesn't exist yetinit-repoto fail with "could not lock config file" and crash-loop due toset -e, resulting in a black screenmkdir -p $HOME+chownto the top of the script before any git operationsTest plan
🤖 Generated with Claude Code