
6 Mar
2007
6 Mar
'07
11:52 a.m.
On 3/6/07, Wolfgang Denk wd@denx.de wrote:
In message 27d85ee10703060129u26582066kc55912a9424cafe0@mail.gmail.com you wrote:
For cloning you can use http (or even rsync) as well. But to push your changes back, you need SSH (+ git).
Sorry, it doesn't work on my side. aubrey@ubuntu-feisty:/tmp$ git-clone http://www.denx.de/git/u-boot-blackfin u-boot-blackfin Cannot get remote repository information. Perhaps git-update-server-info needs to be run there?
You must append ".git" to the repo name. Please try again with
git-clone http://www.denx.de/git/u-boot-blackfin.git u-boot-blackfin
Oh, It works. Thanks, -Aubrey