4100 Git failed
A Git operation failed in Shape.
What it means
Shape could not complete a Git action (status, commit, push, pull, branch, or fetch). Common causes: bad credentials, no remote, a locked .git/index.lock, or merge conflicts.
What to do
- Confirm the folder is a Git repo and you have a remote if you are pushing.
- If you see a lock error, close other Git tools and delete a stale
.git/index.lockonly when no Git process is running. - Sign in to GitHub from Shape if the remote needs auth.
- Resolve merge conflicts, then retry.