On Sat, 2005-09-03 at 00:31 -0700, Junio C Hamano wrote:
> Which ended with the error message "Somebody should define
> smarter http server protocol". That's from git-clone-script and
> the echo to generate the output is followed by "exit 1".
Oh, I just didn't realize that was an error message. P
Hi Junio,
On Fri, 2005-09-02 at 11:13 -0700, Junio C Hamano wrote:
> You would need 'chmod +x git-test.git/hooks/post-update' here if
> you are allowing people to pull over http from this repository.
Aah, thanks! That fixed it for me.
On Fri, 2005-09-02 at 11:13 -0700, Junio C Hamano wrote:
> Th
Hi,
I cannot checkout from a cloned git repository I have created. I am
using git 0.99.5 from Gentoo portage.
Following the tutorial, I create new git repository:
$ mkdir git-test
$ cd git-test/
$ git-init-db
defaulting to local storage area
$ echo "Hello, Git" > hello
$ git-update-c
3 matches
Mail list logo