Re: [git-users] Error when I use the Git Extensions to clone the repository

2013-07-24 Thread Martin Møller Skarbiniks Pedersen
On 23 July 2013 19:59, Ling oylf1...@gmail.com wrote: fatal: protocol error: bad line length character: Pass Maybe you have a statement in the server's .bashrc that produces output. /Martin -- You received this message because you are subscribed to the Google Groups Git for human beings

[git-users] fatel error

2013-07-24 Thread Nidhi Arora
when i use $ git clone git://git.kernel.org/pub/scm/git/git.git then fatal error is come: unable to connect to git kernel.org(port 9418)(no such is know.) help me.. -- You received this message because you are subscribed to the Google Groups Git for human beings group. To unsubscribe from

Re: [git-users] fatel error

2013-07-24 Thread William Seiti Mizuta
Can you give us a little more information? Like your operating system, git version... William Seiti Mizuta @williammizuta Caelum | Ensino e Inovação www.caelum.com.br On Wed, Jul 24, 2013 at 3:33 AM, Nidhi Arora nidhi.aro...@gmail.com wrote: when i use $ git clone

Re: [git-users] fatel error

2013-07-24 Thread Nidhi Arora
i use windows-xp and git version is 1.8.3.msysgit.0 On Wed, Jul 24, 2013 at 12:09 PM, William Seiti Mizuta william.miz...@gmail.com wrote: Can you give us a little more information? Like your operating system, git version... William Seiti Mizuta @williammizuta Caelum | Ensino e Inovação

Re: [git-users] fatel error

2013-07-24 Thread Konstantin Khomoutov
On Tue, 23 Jul 2013 23:33:31 -0700 (PDT) Nidhi Arora nidhi.aro...@gmail.com wrote: when i use $ git clone git://git.kernel.org/pub/scm/git/git.git then fatal error is come: unable to connect to git kernel.org(port 9418)(no such is know.) help me.. The git:// protocol uses TCP to connect to

[git-users] Re: git tag usability issue: Lightweight vs Annotated confusion for the end user (ex. git describe default)

2013-07-24 Thread Daniele Segato
Never mind, this was meant for the official git mailing list (bug report) On Wednesday, July 24, 2013 12:10:49 PM UTC+2, Daniele Segato wrote: Hi, I think there is an issue with the documentation of git tag, or with the default being chosen for tags. the git tag documentation say: *

Re: [git-users] Re: how merge a branch in an empty head

2013-07-24 Thread Konstantin Khomoutov
On Wed, 24 Jul 2013 03:08:07 -0700 (PDT) 杨沐 azur...@gmail.com wrote: I do the same thing which u told me , but it doesn't work , please see the picture below:

[git-users] Re: how merge a branch in an empty head

2013-07-24 Thread Thomas Ferris Nicolaisen
On Wednesday, July 24, 2013 12:08:07 PM UTC+2, 杨沐 wrote: I do the same thing which u told me , but it doesn't work , please see the picture below: Do a `git fetch origin` to download the new remote branches. Note that for the above workflow (fetching for the first time), you're

Re: [git-users] Error when I use the Git Extensions to clone the repository

2013-07-24 Thread Dale R. Worley
From: Ling oylf1...@gmail.com When I use the Git Extensions to clone the repository I got below error message: fatal: protocol error: bad line length character: Pass I tried search online but I can't find any relative error out there, so could anyone know what cause this error and

[git-users] Re: [PATCH 1/2] git_mkstemps: correctly test return value of open()

2013-07-24 Thread Dale R. Worley
The change itself looks good; care to write it up as a proper patch with a proposed log message? I'm working on writing a proper patch, but I'm running into a problem. The patch itself is from this commit: $ git log -1 commit 07a25537909dd277426818a39d9bc4235e755383 Author: Dale