Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update fails with https remote #3

Open
gaborcsardi opened this issue Feb 6, 2025 · 0 comments
Open

Update fails with https remote #3

gaborcsardi opened this issue Feb 6, 2025 · 0 comments

Comments

@gaborcsardi
Copy link
Contributor

❯ git remote -v
bioc	https://git.bioconductor.org/packages/scLANE (fetch)
bioc	https://git.bioconductor.org/packages/scLANE (push)
github	https://github.com/bioc/scLANE.git (fetch)
github	https://github.com/bioc/scLANE.git (push)
origin	https://github.com/bioc/scLANE.git (fetch)
origin	https://github.com/bioc/scLANE.git (push)
❯ git push -q github "+refs/remotes/bioc/devel:refs/heads/devel"
error: RPC failed; HTTP 400 curl 22 The requested URL returned error: 400
send-pack: unexpected disconnect while reading sideband packet
fatal: the remote end hung up unexpectedly

But it works with an ssh remote:

❯ git remote set-url github [email protected]:bioc/scLANE.git
❯ git push -q github "+refs/remotes/bioc/devel:refs/heads/devel"

Let's try this: https://stackoverflow.com/a/78260070/604364

git config http.postBuffer 524288000
gaborcsardi added a commit that referenced this issue Feb 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant