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

Reply via email to