From cfcdd2ce0a56b29b9fdd9dfdb8fd43f759be72c1 Mon Sep 17 00:00:00 2001 From: Ivan Morgillo Date: Wed, 16 Oct 2024 11:09:17 +0200 Subject: [PATCH] Add Throubleshooting section with a fix for Git Pre-push hook --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index b2e1b8acd..bc83a4836 100644 --- a/README.md +++ b/README.md @@ -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.