[git-users] Re: git warning: remote HEAD

2011-03-31 Thread romerve
On Mar 31, 11:46 am, Konstantin Khomoutov wrote: > On Thu, 31 Mar 2011 09:01:13 -0700 (PDT) > > > > > > > > > > romerve wrote: > > > > I am new to Git and been using SVN for a little while. I have set > > > > up Git and i am trying to clone a project via http and i am > > > > getting: > > > > I

Re: [git-users] Re: git warning: remote HEAD

2011-03-31 Thread Konstantin Khomoutov
On Thu, 31 Mar 2011 09:01:13 -0700 (PDT) romerve wrote: > > > I am new to Git and been using SVN for a little while. I have set > > > up Git and i am trying to clone a project via http and i am > > > getting: > > > > It seems you failed to paste what you're getting. > > > > > I also setup gitweb

[git-users] Re: git warning: remote HEAD

2011-03-31 Thread romerve
Well here is what i have done: cd webstore git init git add . git commit -a -m "initial commit" Then i go to git.mydomain.com and gitweb displays: "webstore/.git" and when i try to clone it: from remote client: git clone http://git.mydomain.com/webstore i get the warning: "warning: remote HEAD re