* Unable to push to git server @ 2024-07-04 13:56 Abraham Zsombor Nagy 2024-07-04 14:33 ` rsbecker 2024-07-05 1:50 ` brian m. carlson 0 siblings, 2 replies; 6+ messages in thread From: Abraham Zsombor Nagy @ 2024-07-04 13:56 UTC (permalink / raw) To: git Hello Git Team, I hope you can help me. I'm trying to push my code to GitHub, however I'm unable to do so: abris@dell:~/Projects/maradandohalo/server$ git push --set-upstream origin main Username for 'https://github.com': nazsombor Password for 'https://nazsombor@github.com': fatal: protocol error: bad line length 175 send-pack: unexpected disconnect while reading sideband packet error: failed to push some refs to 'https://github.com/nazsombor/maradandohalo.git' Enumerating objects: 31, done. Counting objects: 100% (31/31), done. Delta compression using up to 16 threads Compressing objects: 100% (22/22), done. I use Debian 12. I tried this with the git installed via apt as well with the git compiled from source code. Git version: 2.45.GIT I also asked this question first on StackOverflow: https://stackoverflow.com/questions/78670914/git-fatal-protocol-error-bad-line-length-173 Thank you for your help. Sincerely, Abraham ^ permalink raw reply [flat|nested] 6+ messages in thread
* RE: Unable to push to git server 2024-07-04 13:56 Unable to push to git server Abraham Zsombor Nagy @ 2024-07-04 14:33 ` rsbecker [not found] ` <CANoqcKZtOwghKGaUBfS_JnL4mBKsD9+=S1EX8J=rtVW4OUqjOQ@mail.gmail.com> 2024-07-05 1:50 ` brian m. carlson 1 sibling, 1 reply; 6+ messages in thread From: rsbecker @ 2024-07-04 14:33 UTC (permalink / raw) To: 'Abraham Zsombor Nagy', git On Thursday, July 4, 2024 9:56 AM, Abraham Zsombor Nagy wrote: >I'm trying to push my code to GitHub, however I'm unable to do so: > >abris@dell:~/Projects/maradandohalo/server$ git push --set-upstream origin main >Username for 'https://github.com': nazsombor Password for >'https://nazsombor@github.com': >fatal: protocol error: bad line length 175 >send-pack: unexpected disconnect while reading sideband packet >error: failed to push some refs to >'https://github.com/nazsombor/maradandohalo.git' >Enumerating objects: 31, done. >Counting objects: 100% (31/31), done. >Delta compression using up to 16 threads Compressing objects: 100% (22/22), >done. > >I use Debian 12. I tried this with the git installed via apt as well with the git compiled >from source code. Git version: 2.45.GIT > >I also asked this question first on StackOverflow: >https://stackoverflow.com/questions/78670914/git-fatal-protocol-error-bad-line- >length-173 As far as I know, GitHub changed to use personal access tokens to authentication for HTTPS push rather than password. Have you tried SSH? --Randall ^ permalink raw reply [flat|nested] 6+ messages in thread
[parent not found: <CANoqcKZtOwghKGaUBfS_JnL4mBKsD9+=S1EX8J=rtVW4OUqjOQ@mail.gmail.com>]
[parent not found: <08ee01dace25$b87cf640$2976e2c0$@nexbridge.com>]
[parent not found: <CANoqcKZ8ABFQrfakK0MRbrgf-ipm4mPGHkvpFQ_Kg_mmn+F_JQ@mail.gmail.com>]
[parent not found: <08f101dace2e$adadffd0$0909ff70$@nexbridge.com>]
[parent not found: <CANoqcKasK6UOqa8YNKkqR+ZmizbMwP+Q9j0Yiid-mrUuXHQeew@mail.gmail.com>]
* RE: Unable to push to git server [not found] ` <CANoqcKasK6UOqa8YNKkqR+ZmizbMwP+Q9j0Yiid-mrUuXHQeew@mail.gmail.com> @ 2024-07-04 16:33 ` rsbecker 2024-07-04 17:02 ` Abraham Zsombor Nagy 0 siblings, 1 reply; 6+ messages in thread From: rsbecker @ 2024-07-04 16:33 UTC (permalink / raw) To: 'Abraham Zsombor Nagy'; +Cc: git Glad to help. (Adding the original recipients back in for archive purposes). From: Abraham Zsombor Nagy <abrahamzsombornagy@gmail.com> Sent: Thursday, July 4, 2024 12:28 PM To: rsbecker@nexbridge.com Subject: Re: Unable to push to git server Thank you Randall, I will contact GitHub to check the issue. Sincerely, Abraham On Thu, Jul 4, 2024, 6:24 PM <mailto:rsbecker@nexbridge.com> wrote: On Thursday, July 4, 2024 12:05 PM, Abraham Zsombor Nagy wrote: >Indeed, I got the error with the classic PAT as well as with OAuth authentication >within Intellij IDEA. > >On Thu, 4 Jul 2024 at 17:20, <mailto:rsbecker@nexbridge.com> wrote: >> >> On Thursday, July 4, 2024 11:14 AM, Abraham Zsombor Nagy wrote: >> >Thank you so much, with SSH, I was able to push my code. >> >On Thu, 4 Jul 2024 at 16:34, <mailto:rsbecker@nexbridge.com> wrote: >> >> >> >> On Thursday, July 4, 2024 9:56 AM, Abraham Zsombor Nagy wrote: >> >> >I'm trying to push my code to GitHub, however I'm unable to do so: >> >> > >> >> >abris@dell:~/Projects/maradandohalo/server$ git push >> >> >--set-upstream origin main Username for 'https://github.com': >> >> >nazsombor Password for >> >> >'https://nazsombor@github.com': >> >> >fatal: protocol error: bad line length 175 >> >> >send-pack: unexpected disconnect while reading sideband packet >> >> >error: failed to push some refs to >> >> >'https://github.com/nazsombor/maradandohalo.git' >> >> >Enumerating objects: 31, done. >> >> >Counting objects: 100% (31/31), done. >> >> >Delta compression using up to 16 threads Compressing objects: 100% >> >> >(22/22), done. >> >> > >> >> >I use Debian 12. I tried this with the git installed via apt as >> >> >well with the git compiled from source code. Git version: 2.45.GIT >> >> > >> >> >I also asked this question first on StackOverflow: >> >> >https://stackoverflow.com/questions/78670914/git-fatal-protocol-er >> >> >ror >> >> >-bad-line- >> >> >length-173 >> >> >> >> As far as I know, GitHub changed to use personal access tokens to >> >> authentication >> >for HTTPS push rather than password. Have you tried SSH? >> >> That's good but we need to understand what is going on with HTTPS. Try to create >a PAT and try that. I would suggest contacting GitHub and Intellij. This may also be a possible firewall/proxy issue in your environment. I may be wrong here (someone else chime in please) but this is not looking like it is caused directly by git. Part of this may be the communication protocol you selected in Intellij or a TLS compatibility issue between your machine and GitHub. There are some articles at StackOverflow discussing this error that may be helpful. ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Unable to push to git server 2024-07-04 16:33 ` rsbecker @ 2024-07-04 17:02 ` Abraham Zsombor Nagy 0 siblings, 0 replies; 6+ messages in thread From: Abraham Zsombor Nagy @ 2024-07-04 17:02 UTC (permalink / raw) To: rsbecker; +Cc: git On Thu, 4 Jul 2024 at 18:33, <rsbecker@nexbridge.com> wrote: > > Glad to help. > (Adding the original recipients back in for archive purposes). > > From: Abraham Zsombor Nagy <abrahamzsombornagy@gmail.com> > Sent: Thursday, July 4, 2024 12:28 PM > To: rsbecker@nexbridge.com > Subject: Re: Unable to push to git server > > Thank you Randall, I will contact GitHub to check the issue. > Sincerely, > Abraham > > On Thu, Jul 4, 2024, 6:24 PM <mailto:rsbecker@nexbridge.com> wrote: > On Thursday, July 4, 2024 12:05 PM, Abraham Zsombor Nagy wrote: > >Indeed, I got the error with the classic PAT as well as with OAuth authentication > >within Intellij IDEA. > > > >On Thu, 4 Jul 2024 at 17:20, <mailto:rsbecker@nexbridge.com> wrote: > >> > >> On Thursday, July 4, 2024 11:14 AM, Abraham Zsombor Nagy wrote: > >> >Thank you so much, with SSH, I was able to push my code. > >> >On Thu, 4 Jul 2024 at 16:34, <mailto:rsbecker@nexbridge.com> wrote: > >> >> > >> >> On Thursday, July 4, 2024 9:56 AM, Abraham Zsombor Nagy wrote: > >> >> >I'm trying to push my code to GitHub, however I'm unable to do so: > >> >> > > >> >> >abris@dell:~/Projects/maradandohalo/server$ git push > >> >> >--set-upstream origin main Username for 'https://github.com': > >> >> >nazsombor Password for > >> >> >'https://nazsombor@github.com': > >> >> >fatal: protocol error: bad line length 175 > >> >> >send-pack: unexpected disconnect while reading sideband packet > >> >> >error: failed to push some refs to > >> >> >'https://github.com/nazsombor/maradandohalo.git' > >> >> >Enumerating objects: 31, done. > >> >> >Counting objects: 100% (31/31), done. > >> >> >Delta compression using up to 16 threads Compressing objects: 100% > >> >> >(22/22), done. > >> >> > > >> >> >I use Debian 12. I tried this with the git installed via apt as > >> >> >well with the git compiled from source code. Git version: 2.45.GIT > >> >> > > >> >> >I also asked this question first on StackOverflow: > >> >> >https://stackoverflow.com/questions/78670914/git-fatal-protocol-er > >> >> >ror > >> >> >-bad-line- > >> >> >length-173 > >> >> > >> >> As far as I know, GitHub changed to use personal access tokens to > >> >> authentication > >> >for HTTPS push rather than password. Have you tried SSH? > >> > >> That's good but we need to understand what is going on with HTTPS. Try to create > >a PAT and try that. > > I would suggest contacting GitHub and Intellij. This may also be a possible firewall/proxy issue in your environment. I may be wrong here (someone else chime in please) but this is not looking like it is caused directly by git. Part of this may be the communication protocol you selected in Intellij or a TLS compatibility issue between your machine and GitHub. There are some articles at StackOverflow discussing this error that may be helpful. > Thank you for the heads up, I will do so. ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Unable to push to git server 2024-07-04 13:56 Unable to push to git server Abraham Zsombor Nagy 2024-07-04 14:33 ` rsbecker @ 2024-07-05 1:50 ` brian m. carlson 2024-07-05 9:07 ` Abraham Zsombor Nagy 1 sibling, 1 reply; 6+ messages in thread From: brian m. carlson @ 2024-07-05 1:50 UTC (permalink / raw) To: Abraham Zsombor Nagy; +Cc: git [-- Attachment #1: Type: text/plain, Size: 1984 bytes --] On 2024-07-04 at 13:56:15, Abraham Zsombor Nagy wrote: > Hello Git Team, > > I hope you can help me. > > I'm trying to push my code to GitHub, however I'm unable to do so: > > abris@dell:~/Projects/maradandohalo/server$ git push --set-upstream origin main > Username for 'https://github.com': nazsombor > Password for 'https://nazsombor@github.com': > fatal: protocol error: bad line length 175 > send-pack: unexpected disconnect while reading sideband packet > error: failed to push some refs to > 'https://github.com/nazsombor/maradandohalo.git' > Enumerating objects: 31, done. > Counting objects: 100% (31/31), done. > Delta compression using up to 16 threads > Compressing objects: 100% (22/22), done. > > I use Debian 12. I tried this with the git installed via apt as well > with the git compiled from source code. Git version: 2.45.GIT > > I also asked this question first on StackOverflow: > https://stackoverflow.com/questions/78670914/git-fatal-protocol-error-bad-line-length-173 I know you've got this working with SSH, but I'll just mention that usually this message "protocol error: bad line length" means that you have some sort of proxy (such as an antivirus or a TLS-intercepting device) that's tampering with the data. TLS, which is the protocol used for encryption on HTTPS URLs, has built-in mechanisms to detect any sort of accidental or intentional modification of the data, so if we assume that both your version of Git and GitHub sent valid protocol data, then this means that if it came out bad on the other side, it was tampered with in the middle by something that can decrypt the data (which would have to be something trusted by your machine). That's why SSH works for you: because the types of proxies that typically know how to process HTTPS data don't know how to decrypt or intercept SSH connections, so your data doesn't get corrupted. -- brian m. carlson (they/them or he/him) Toronto, Ontario, CA [-- Attachment #2: signature.asc --] [-- Type: application/pgp-signature, Size: 262 bytes --] ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Unable to push to git server 2024-07-05 1:50 ` brian m. carlson @ 2024-07-05 9:07 ` Abraham Zsombor Nagy 0 siblings, 0 replies; 6+ messages in thread From: Abraham Zsombor Nagy @ 2024-07-05 9:07 UTC (permalink / raw) To: brian m. carlson, Abraham Zsombor Nagy, git On Fri, 5 Jul 2024 at 03:50, brian m. carlson <sandals@crustytoothpaste.net> wrote: > > On 2024-07-04 at 13:56:15, Abraham Zsombor Nagy wrote: > > Hello Git Team, > > > > I hope you can help me. > > > > I'm trying to push my code to GitHub, however I'm unable to do so: > > > > abris@dell:~/Projects/maradandohalo/server$ git push --set-upstream origin main > > Username for 'https://github.com': nazsombor > > Password for 'https://nazsombor@github.com': > > fatal: protocol error: bad line length 175 > > send-pack: unexpected disconnect while reading sideband packet > > error: failed to push some refs to > > 'https://github.com/nazsombor/maradandohalo.git' > > Enumerating objects: 31, done. > > Counting objects: 100% (31/31), done. > > Delta compression using up to 16 threads > > Compressing objects: 100% (22/22), done. > > > > I use Debian 12. I tried this with the git installed via apt as well > > with the git compiled from source code. Git version: 2.45.GIT > > > > I also asked this question first on StackOverflow: > > https://stackoverflow.com/questions/78670914/git-fatal-protocol-error-bad-line-length-173 > > I know you've got this working with SSH, but I'll just mention that > usually this message "protocol error: bad line length" means that you > have some sort of proxy (such as an antivirus or a TLS-intercepting > device) that's tampering with the data. TLS, which is the protocol used > for encryption on HTTPS URLs, has built-in mechanisms to detect any sort > of accidental or intentional modification of the data, so if we assume > that both your version of Git and GitHub sent valid protocol data, then > this means that if it came out bad on the other side, it was tampered > with in the middle by something that can decrypt the data (which would > have to be something trusted by your machine). > > That's why SSH works for you: because the types of proxies that > typically know how to process HTTPS data don't know how to decrypt or > intercept SSH connections, so your data doesn't get corrupted. > -- > brian m. carlson (they/them or he/him) > Toronto, Ontario, CA Thank you Brian, I cannot think of anything, I'm just behind my home network, I don't have a dedicated firewall or proxy. Pushing via https works on Windows on the same laptop. So I guess it's something in my Linux env. I don't know if it matters, but cloning worked out of the box on Linux. Sincerely, Abraham ^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2024-07-05 9:08 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-04 13:56 Unable to push to git server Abraham Zsombor Nagy
2024-07-04 14:33 ` rsbecker
[not found] ` <CANoqcKZtOwghKGaUBfS_JnL4mBKsD9+=S1EX8J=rtVW4OUqjOQ@mail.gmail.com>
[not found] ` <08ee01dace25$b87cf640$2976e2c0$@nexbridge.com>
[not found] ` <CANoqcKZ8ABFQrfakK0MRbrgf-ipm4mPGHkvpFQ_Kg_mmn+F_JQ@mail.gmail.com>
[not found] ` <08f101dace2e$adadffd0$0909ff70$@nexbridge.com>
[not found] ` <CANoqcKasK6UOqa8YNKkqR+ZmizbMwP+Q9j0Yiid-mrUuXHQeew@mail.gmail.com>
2024-07-04 16:33 ` rsbecker
2024-07-04 17:02 ` Abraham Zsombor Nagy
2024-07-05 1:50 ` brian m. carlson
2024-07-05 9:07 ` Abraham Zsombor Nagy
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).