After creating a new kurt project, noticing this in kurt doctor (and unable to commit to remote git repo for the project):
Kurt Doctor Report
PASS hooks_installed: All 4 Git hooks installed
PASS dolt_initialized: Dolt repository initialized
PASS branch_sync: Git and Dolt on same branch: main
PASS no_uncommitted_dolt: Dolt working directory clean
WARN remotes_configured: Missing 'origin' remote in: Dolt
Remote push/pull operations may not work
PASS no_stale_locks: No lock files present
Summary: 5 passed, 1 warnings
Got around this by removing the pre-push hook for the project.