On Mon, Jun 10, 2013 at 11:34 AM, Guillaume Smet <[email protected]>wrote:
> On Mon, Jun 10, 2013 at 10:29 AM, Martin Grigorov <[email protected]> > wrote: > > 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. > > It doesn't work in Eclipse with Egit and the git Maven connector. Egit > throws an error complaining about a 302 Found when I try to checkout > the Maven projects. > > This is how my .git/config looks like: [remote "origin"] fetch = +refs/heads/*:refs/remotes/origin/* url = http://[email protected]/repos/asf/wicket.git (Interesting - it is not http*s* and I can push!) > That's how I got the error in the first place. > > Might be an Egit problem or a Maven connector problem though. > > I'm going to use the github mirror. > Be aware that GitHub mirror is few hours behind. I.e. you will not see the changes immediately after push in Apache Git repo. > > -- > Guillaume >
