We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
❯ 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
The text was updated successfully, but these errors were encountered:
Set larger HTTP POST buffer
26c624b
For #3.
No branches or pull requests
But it works with an ssh remote:
Let's try this: https://stackoverflow.com/a/78260070/604364
The text was updated successfully, but these errors were encountered: