emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Read-only Cloning Worg Error
@ 2011-09-27 16:44 Nathan Neff
  2011-09-27 17:06 ` Achim Gratz
  0 siblings, 1 reply; 2+ messages in thread
From: Nathan Neff @ 2011-09-27 16:44 UTC (permalink / raw)
  To: emacs-orgmode

I'd like to keep up with Worg's status and went to clone the Git repo,
per the instructions here:

http://orgmode.org/worg/worg-git.html

The instructions say to clone http://repo.or.cz/r/Worg.git

(I think it's supposed to be http://repo.or.cz./w/Worg.git)

So I ran

git clone http://repo.or.cz/w/Worg.git

And I get a warning:

warning: remote HEAD refers to nonexistent ref, unable to checkout.

Anyway, I was able to successfully clone Worg using this:

git clone git+ssh://<my username>@repo.or.cz/srv/git/Worg.git

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Read-only Cloning Worg Error
  2011-09-27 16:44 Read-only Cloning Worg Error Nathan Neff
@ 2011-09-27 17:06 ` Achim Gratz
  0 siblings, 0 replies; 2+ messages in thread
From: Achim Gratz @ 2011-09-27 17:06 UTC (permalink / raw)
  To: emacs-orgmode

Nathan Neff <nathan.neff@gmail.com> writes:
> The instructions say to clone http://repo.or.cz/r/Worg.git

While correct, unless you are forced to use HTTP due to a paranoid
firewall, it would actually be better to clone from:

git://repo.or.cz/Worg.git

You'll transfer a lot less data when using the git protocol.

> (I think it's supposed to be http://repo.or.cz./w/Worg.git)

No, that URL is for the web interface.

> So I ran
>
> git clone http://repo.or.cz/w/Worg.git
>
> And I get a warning:
>
> warning: remote HEAD refers to nonexistent ref, unable to checkout.

That usually happens if the access rights are such that you can't read
one of the files that are referred to.  But in your case you simply try
to get the files from the wrong place and git just cannot find them
there.

> Anyway, I was able to successfully clone Worg using this:
>
> git clone git+ssh://<my username>@repo.or.cz/srv/git/Worg.git

I never use this for read access, only for push.


Achim.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

SD adaptations for Waldorf Q V3.00R3 and Q+ V3.54R2:
http://Synth.Stromeko.net/Downloads.html#WaldorfSDada

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-09-27 17:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-09-27 16:44 Read-only Cloning Worg Error Nathan Neff
2011-09-27 17:06 ` Achim Gratz

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).