[stringtemplate-interest] mirror raw depot now

Zenaan Harkness zen at freedbms.net
Tue Nov 9 00:51:03 PST 2010


(Removed antl mailing list from CC since I'm not subscribed it rejects emails.)


On Mon, Nov 8, 2010 at 15:22, Terence Parr <parrt at cs.usfca.edu> wrote:
> On Nov 7, 2010, at 4:39 PM, Zenaan Harkness wrote:
>> What would be riproaringly fantastic would be a "git clone ..." url
>
> is
> https://github.com/antlr
> what you want?

Thanks, I figured it out.
What got me is that on the left of that page is a "Public
Repositories" column, which has links to each project.
When I click on a project, it has a box near the top with a label to
the left saying
"Git Read-Only", yet the box is empty. For example see
https://github.com/antlr/stringtemplate4

_and_  git clone https://github.com/antlr/stringtemplate4 does not work!

The solution is to add ".git" extension to the url, like:
  git clone https://github.com/antlr/stringtemplate4.git

then it works!

Thanks again
Zen


More information about the stringtemplate-interest mailing list