[git-users] Re: How to fix it? I can't get help messages of git.

2008-10-01 Thread Feng
Now, I had updated my git to the newest version(1.6.0.2), and installed git manpage based on your comment. Thanks a lot. There is no problem now. On 10月1日, 上午12时00分, Paul Beckingham <[EMAIL PROTECTED]> wrote: > Did you install the Git man pages, as well as git itself? Here is > what works for

[git-users] Re: How to fix it? I can't get help messages of git.

2008-09-30 Thread Paul Beckingham
Did you install the Git man pages, as well as git itself? Here is what works for me on a MacBook: % cd % curl -O http://www.kernel.org/pub/software/scm/git/git-1.6.0.2.tar.gz % tar xzvf git-1.6.0.2.tar.gz % cd git-1.6.0.2 % make configure % configure --prefix=/usr/local %