We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ba9c7c commit dc2c4dcCopy full SHA for dc2c4dc
docs/setting up your GitHub repository.md
@@ -34,6 +34,13 @@ npx quartz sync --no-pull
34
> [!warning]- `fatal: --[no-]autostash option is only valid with --rebase`
35
> You may have an outdated version of `git`. Updating `git` should fix this issue.
36
37
+> [!warning]- `fatal: The remote end hung up unexpectedly`
38
+> It might be due to Git's default buffer size. You can fix it by increasing the buffer with this command:
39
+>
40
+> ```bash
41
+> git config http.postBuffer 524288000
42
+> ```
43
+
44
In future updates, you can simply run `npx quartz sync` every time you want to push updates to your repository.
45
46
> [!hint] Flags and options
0 commit comments