bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

R: Problem with anonymous check out using git


From: Gabriele Bartolini
Subject: R: Problem with anonymous check out using git
Date: Tue, 25 Mar 2008 10:51:12 +0100

Well ... Now it works. I have not changed anything. I have used the same 
command as the other day, I swear. :) 

In any case, thank you. I will use the shorter version. Thanks.

Gabriele

--
Gabriele Bartolini - Istruttore Informatico - Comune di Prato
Sistema Informativo - Servizi di E-Government e Open-Source
address@hidden - www.comune.prato.it - www.htminer.it

-----Messaggio originale-----
Da: Bob Proulx [mailto:address@hidden 
Inviato: giovedì 20 marzo 2008 23.13
A: Gabriele Bartolini
Cc: address@hidden
Oggetto: Re: Problem with anonymous check out using git

Gabriele Bartolini wrote:
>    I have installed GIT (v. 1.5.4.4) on my system but I cannot 
> anonymously check out the sources using the instructions on the main 
> page of the GNUlib project:
>  
> $ git clone git://git.savannah.gnu.org/gnulib.git
> mkdir: cannot create directory `': No such file or directory

I think this problem is not with the remote repository but with your local 
directory.  The above command works okay for me.  This leads me to believe that 
there is a problem locally.

What are the permissions for the local directory?

  ls -ld

Try a test checkout in /tmp which should be writable by anyone.

  cd /tmp
  git clone git://git.sv.gnu.org/gnulib

The .git on the end is optional.  There shouldn't be any difference between 
git.savannah.gnu.org and git.sv.gnu.org.  Because of this I normally use the 
shorter version.

If the above doesn't work in /tmp then I would test the git installation 
further.

Bob




reply via email to

[Prev in Thread] Current Thread [Next in Thread]