mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-05-17 22:14:17 +02:00
docs: add fix for 'remote end hung up unexpectedly' error during initial sync (#1939)
Some checks failed
Build and Test / build-and-test (ubuntu-latest) (push) Has been skipped
Build and Test / publish-tag (push) Has been skipped
Build and Test / build-and-test (macos-latest) (push) Has been cancelled
Build and Test / build-and-test (windows-latest) (push) Has been cancelled
Some checks failed
Build and Test / build-and-test (ubuntu-latest) (push) Has been skipped
Build and Test / publish-tag (push) Has been skipped
Build and Test / build-and-test (macos-latest) (push) Has been cancelled
Build and Test / build-and-test (windows-latest) (push) Has been cancelled
This commit is contained in:
parent
6ba9c7c02a
commit
dc2c4dca08
@ -34,6 +34,13 @@ npx quartz sync --no-pull
|
|||||||
> [!warning]- `fatal: --[no-]autostash option is only valid with --rebase`
|
> [!warning]- `fatal: --[no-]autostash option is only valid with --rebase`
|
||||||
> You may have an outdated version of `git`. Updating `git` should fix this issue.
|
> You may have an outdated version of `git`. Updating `git` should fix this issue.
|
||||||
|
|
||||||
|
> [!warning]- `fatal: The remote end hung up unexpectedly`
|
||||||
|
> It might be due to Git's default buffer size. You can fix it by increasing the buffer with this command:
|
||||||
|
>
|
||||||
|
> ```bash
|
||||||
|
> git config http.postBuffer 524288000
|
||||||
|
> ```
|
||||||
|
|
||||||
In future updates, you can simply run `npx quartz sync` every time you want to push updates to your repository.
|
In future updates, you can simply run `npx quartz sync` every time you want to push updates to your repository.
|
||||||
|
|
||||||
> [!hint] Flags and options
|
> [!hint] Flags and options
|
||||||
|
Loading…
x
Reference in New Issue
Block a user