Skip to content

Troubleshooting

Yuxiang Huang edited this page Jan 9, 2026 · 7 revisions

Committing Tips

If you aren't allowed to commit, try the following:

  1. Make sure you are using a conventional commit message.
  2. Run bun run check and try to fix the errors.
  3. If you believe the errors are not related to your code changes, try syncing with
    • git pull
    • bun run secrets:pull all all
    • bun run sync

Git Push Troubleshooting

If you clone a Git repository using SSH and your SSH key has a passphrase, VS Code's pull and sync features may hang when running remotely. Either use an SSH key without a passphrase, clone using HTTPS, or run git push from the command line to work around the issue.

Source: VS Code Remote Containers – Known Limitations

The easiest option is to run git push from command line outside the dev container.

Extension Issue in Editor

Try reloading the window or restarting the extension, applies to Biome, MyPy, etc.

Clone this wiki locally