This post over at StackOverflow suggests you need to add the /bin/bash shell to the git user (The person answering the question calls it a /bin/bash group, but it's a shell attribute on the user :) ). Give that a try.
http://stackoverflow.com/questions/22314298/git-push-results-in-fatal-protocol-error-bad-line-length-character-this On Thursday, April 17, 2014 9:56:12 AM UTC-5, Georgy Malakyan wrote: > > Fixed the problem with Can't Check GitLab API access: FAILED. code: 301. > it was wrong sertificates. But I stell can't push to repo anything. Thanks > for any help. > > zZz@ZZZ12 ~/test2 (master) > $ git add README > > zZz@ZZZ12 ~/test2 (master) > $ git commit -m "LOLka" > [master (root-commit) 9109eaa] LOLka > 1 file changed, 0 insertions(+), 0 deletions(-) > create mode 100644 README > > zZz@ZZZ12 ~/test2 (master) > $ git remote add origin [email protected]:gmalakyan/test2.git > > zZz@ZZZ12 ~/test2 (master) > $ git push -u origin master > The authenticity of host '192.168.237.225 (192.168.237.225)' can't be > establish > d. > RSA key fingerprint is 08:ba:8b:68:b6:30:68:fd:eb:26:7e:39:b0:bf:df:bc. > Are you sure you want to continue connecting (yes/no)?yes > Please type 'yes' or 'no': yes > Warning: Permanently added '192.168.237.225' (RSA) to the list of known > hosts. > fatal: protocol error: bad line length character: This > > zZz@ZZZ12 ~/test2 (master) > $ > > > -- You received this message because you are subscribed to the Google Groups "GitLab" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
