The Trans Directory
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs: add fix for 'remote end hung up unexpectedly' error during initial sync (#1939)

authored by

badcode and committed by
GitHub
dc2c4dca 6ba9c7c0

+7
+7
docs/setting up your GitHub repository.md
··· 34 34 > [!warning]- `fatal: --[no-]autostash option is only valid with --rebase` 35 35 > You may have an outdated version of `git`. Updating `git` should fix this issue. 36 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 + 37 44 In future updates, you can simply run `npx quartz sync` every time you want to push updates to your repository. 38 45 39 46 > [!hint] Flags and options