fatal: protocol error: bad line length character: GET <<<<<
From: Alan Sargent <hidden>
Date: 2016-06-15 22:50:27
Hello, The "fatal: protocol error: bad line length character" seems fairly common, but in the archive and the faq there isn't reference to this particular instances - GET. alan@toaster:~$ git init myrepo Initialized empty Git repository in /home/nev/myrepo/.git/ alan@toaster:~$ cd myrepo alan@toaster:~/myrepo$ git daemon fatal: protocol error: bad line length character: GET << just hitting F5 in the browser fatal: protocol error: bad line length character: GET browser showing Error 101 (net::ERR_CONNECTION_RESET): Unknown error. fatal: protocol error: bad line length character: GET fatal: protocol error: bad line length character: GET fatal: protocol error: bad line length character: GET fatal: protocol error: bad line length character: GET fatal: protocol error: bad line length character: GET This is on Ubuntu, git installed fresh or built it from latest stable source. Same on a repo that has stuff in it. Anyone know why? Cheers.