On Thu, Nov 18, 2010 at 10:19 PM, Dave Martin dave.martin@linaro.org wrote:
Hi,
On Thu, Nov 18, 2010 at 9:56 AM, Amit Kucheria amit.kucheria@linaro.org wrote:
On Thu, Nov 18, 2010 at 3:01 PM, Dave Martin dave.martin@linaro.org wrote:
I found the instructions useful... there was one anomaly though: for this bit:
Edit ".git/config" file in local tree and add following entry manually (replace <..> with proper values in below url)
* [remote "publish"]
url = ssh://<username>@git.linaro.org:~/public_git/<gitproject>.git
...it didn't work for me.
Instead I used the URL form, which works fine: ssh://<username>@git.linaro.org/home/<username>/public_git/<gitproject>.git
Also, I was able to add this with "git remote add" just fine ... what's the rationale for editing .git/config by hand?
Ignorance? :)
Jason, are you able to confirm whether the change to the instructions is needed (and whether my version works)?
Hi, Dave, Currently, I suffered from the FSL firewall issue which can't let us to use SSH to access outside git. So, I can't help to confirm whether this change is OK or not. Sorry for that.
If it works for you, I can edit the wiki.
Cheers ---Dave