Skip to content

Commit

Permalink
Add Throubleshooting section with a fix for Git Pre-push hook (#634)
Browse files Browse the repository at this point in the history
  • Loading branch information
hamen authored Oct 16, 2024
1 parent bf8bc5a commit df3c51e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -467,6 +467,19 @@ Here is a small selection of projects that use Compose for Desktop and Jewel:
* New task-based Profiler UI in Android Studio Koala
* ...and more to come!

## Throubleshooting

### Git push hook is not working?

On git push you see:

```bash
error: cannot spawn .git/hooks/pre-push: No such file or directory
error: waitpid for (NULL) failed: No child processes
```

Try running `git lfs update --force`.

## Need help?

You can find help on the [`#jewel`](https://app.slack.com/client/T09229ZC6/C05T8U2C31T) channel on the Kotlin Slack.
Expand Down

0 comments on commit df3c51e

Please sign in to comment.