RSS/Atom feed Twitter
Site is read-only, email is disabled

Cloning anonymously

This discussion is connected to the gimp-docs-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

3 of 3 messages available
Toggle history

Please log in to manage your subscriptions.

Cloning anonymously julien 30 Jan 07:58
  Cloning anonymously Owen 30 Jan 10:29
   Cloning anonymously jm.hard 30 Jan 20:04
julien
2010-01-30 07:58:06 UTC (almost 15 years ago)

Cloning anonymously

Hi,

When I try to clone the git repository anonymously : git://git.gnome.org/gimp-help-2
I get this error message:
bash: git://git.gnome.org/gimp-help-2: No file or directory of this type

I tried on two different systems with the same result. Yet, gimp-help-2 exists in git.gnome.org...

What happens?

Owen
2010-01-30 10:29:34 UTC (almost 15 years ago)

Cloning anonymously

Hi,

When I try to clone the git repository anonymously : git://git.gnome.org/gimp-help-2
I get this error message:
bash: git://git.gnome.org/gimp-help-2: No file or directory of this type

I tried on two different systems with the same result. Yet, gimp-help-2 exists in git.gnome.org...

What happens?

Try something like this;

# git clone --depth=1 git://git.gnome.org/gimp-help-2

jm.hard
2010-01-30 20:04:02 UTC (almost 15 years ago)

Cloning anonymously

It works.

Thank you

Julien

Try something like this;

# git clone --depth=1 git://git.gnome.org/gimp-help-2