Re: [gitorious] protocol error: bad line length character

2011-02-25 Thread Marius Mårnes Mathiesen
On Thu, Feb 24, 2011 at 1:59 PM, Nicolai86 kryoko...@googlemail.com wrote:

 Hi there,

 I'm having problmes cloning/ pushing t a remote resource. To get some
 debug output I changed script/gitorious to work in debug mode:

 original_command: git-upload-pack 'mainline/mainline.git'
 user: nicolai86
 fatal: protocol error: bad line length character: /va
 git-shell -c git-upload-pack '/var/git/repositories/143/a2b/
 26dbd1908ff379ebf62d8e2b073665a03c.git'


Did you try running the command manually, eg

git-shell -c git-upload-pack
'/var/git/repositories/143/a2b/26dbd1908ff379ebf62d8e2b073665a03c.git'

?

Cheers,
- Marius

-- 
To post to this group, send email to gitorious@googlegroups.com
To unsubscribe from this group, send email to
gitorious+unsubscr...@googlegroups.com


Re: [gitorious] protocol error: bad line length character

2011-02-25 Thread Per Christian B. Viken
I got something similar some time ago. Wasn't Gitorious, but it used SSH,
which seemed to cause the problem. Mine was because the shell wrote text to
the console, which SSH wasn't expecting. Was a line in ~/.profile that was
executed.

Might verify that nothing like that happens when logging into a
non-interactive shell

On Fri, Feb 25, 2011 at 1:21 PM, Marius Mårnes Mathiesen 
marius.mathie...@gmail.com wrote:

 On Thu, Feb 24, 2011 at 1:59 PM, Nicolai86 kryoko...@googlemail.comwrote:

 Hi there,

 I'm having problmes cloning/ pushing t a remote resource. To get some
 debug output I changed script/gitorious to work in debug mode:

 original_command: git-upload-pack 'mainline/mainline.git'
 user: nicolai86
 fatal: protocol error: bad line length character: /va
 git-shell -c git-upload-pack '/var/git/repositories/143/a2b/
 26dbd1908ff379ebf62d8e2b073665a03c.git'


 Did you try running the command manually, eg

 git-shell -c git-upload-pack
 '/var/git/repositories/143/a2b/26dbd1908ff379ebf62d8e2b073665a03c.git'

 ?

 Cheers,
 - Marius

 --
 To post to this group, send email to gitorious@googlegroups.com
 To unsubscribe from this group, send email to
 gitorious+unsubscr...@googlegroups.com


-- 
To post to this group, send email to gitorious@googlegroups.com
To unsubscribe from this group, send email to
gitorious+unsubscr...@googlegroups.com