Hi Mauro,

On Tuesday 19 January 2010 14:07:39 Mauro Carvalho Chehab wrote:
> Laurent Pinchart wrote:
> > Hi Mauro,
> >
> > I've started playing with the linuxtv git repositories. I've cloned v4l-
> > dvb.git into git://linuxtv.org/pinchartl/uvcvideo.git using git-menu and
> > now have trouble pushing changes:
> >
> > $ git push -v uvcvideo
> > Pushing to git://linuxtv.org/pinchartl/uvcvideo.git
> > fatal: The remote end hung up unexpectedly
> >
> > What URL should I use to push changes ?
> 
> Push will only work if you use the ssh url. the url is basically the same
> of http, but replacing to ssh:
>       ssh://linuxtv.org/git/<tree>
> 
> On your case
>       ssh://linuxtv.org/git/pinchartl/uvcvideo.git

One step further:

$ git push -v uvcvideo
Pushing to ssh://linuxtv.org/git/pinchartl/uvcvideo.git
Permission denied (publickey).
fatal: The remote end hung up unexpectedly

Do I need to upload my public key somewhere ? I already use it with hg push 
(and ssh git-menu) without any issue.

-- 
Cheers,

Laurent Pinchart
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to