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 Cheers, Mauro. -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html