Hi,
On Mon, Jun 10, 2013 at 11:18 AM, Guillaume Smet <[email protected]>wrote: > Hi, > > In http://wicket.apache.org/contribute/build.html, the URL used for > the git clone is now a redirect to a gitweb instance: > $ git clone http://git-wip-us.apache.org/repos/asf/wicket.git This is the correct one. If you open it in the browser then it will redirect, but if you use any Git client then it will work. 'http' is for read-only and 'https' is for write access. > redirects to: > https://git-wip-us.apache.org/repos/asf?p=wicket.git > which isn't a valid git repository. > > After some digging on the Apache website, it looks like > http://git.apache.org/wicket.git/ is a valid url for cloning the > Wicket repository. > This is a mirror from that days when Wicket was still using SVN. It is also used by GitHub to mirror our project ( https://github.com/apache/wicket) > > -- > Guillaume >
