Skip to content

Instantly share code, notes, and snippets.

@ivan
Last active February 11, 2022 09:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ivan/0c2196760e835de28c01bd9390784363 to your computer and use it in GitHub Desktop.
Save ivan/0c2196760e835de28c01bd9390784363 to your computer and use it in GitHub Desktop.
at@dev:/home/at/code/postgresql/postgresql:REL_14_STABLE# git pull --rebase
remote: Enumerating objects: 14385, done.
remote: Counting objects: 100% (14385/14385), done.
remote: Compressing objects: 100% (5907/5907), done.
error: RPC failed; curl 92 HTTP/2 stream 11 was not closed cleanly before end of the underlying stream
fetch-pack: unexpected disconnect while reading sideband packet
fatal: early EOF
fatal: fetch-pack: invalid index-pack output
at@dev:/home/at/code/postgresql/postgresql:REL_14_STABLE# cat .git/config
[core]
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
[remote "origin"]
url = https://git.postgresql.org/git/postgresql.git
fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]
remote = origin
merge = refs/heads/master
rebase = true
[branch "REL_13_STABLE"]
remote = origin
merge = refs/heads/REL_13_STABLE
rebase = true
[branch "REL_14_STABLE"]
remote = origin
merge = refs/heads/REL_14_STABLE
rebase = true
at@dev:/home/at/code/postgresql/postgresql:REL_14_STABLE# git --version
git version 2.35.1
at@dev:/home/at/code/postgresql/postgresql:REL_14_STABLE# uname -a
Linux dev 5.10.99 #1-NixOS SMP Tue Feb 8 17:30:41 UTC 2022 x86_64 GNU/Linux
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment