
On 3/6/07, Wolfgang Denk wd@denx.de wrote:
In message 27d85ee10703052246m590a2cfev76372ae3cd9d4b6@mail.gmail.com you wrote:
To start out, after the acoount has been setup, Dave simply clones the publicly available tree as usual:
$ git clone git://www.denx.de/git/u-boot-or32 u-boot-or32
I'm behind of a firewall in office, I can't get the repository by git protocol. Is it http available like that? git-clone http://www.denx.de/git/u-boot.git u-boot-git
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?
Best Regards, -Aubrey