Hi, I'm trying to fetch the uvcvideo from http://linuxtv.org/git/?p=pinchartl/uvcvideo.git;a=summary . I tryied to follow the instructions but at the third step I get fatal error messages:
> $ git clone > git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git v4l-dvb > Initialized empty Git repository in > /usr/src/linuxtv.org/pinchartl/uvcvideo/v4l-dvb/.git/ > remote: Counting objects: 1455151, done. > remote: Compressing objects: 100% (233826/233826), done. > remote: Total 1455151 (delta 1210384), reused 1455044 (delta 1210312) > Receiving objects: 100% (1455151/1455151), 317.25 MiB | 224 KiB/s, done. > Resolving deltas: 100% (1210384/1210384), done. > Checking out files: 100% (31566/31566), done. > $ cd v4l-dvb/ > v4l-dvb$ git remote add uvcvideo > http://linuxtv.org/git//pinchartl/uvcvideo.git > v4l-dvb$ git remote update > Updating origin > Updating uvcvideo > fatal: http://linuxtv.org/git//pinchartl/uvcvideo.git/info/refs not found: > did you run git update-server-info on the server? > error: Could not fetch uvcvideo I also tried with the git:// link: > v4l-dvb$ git remote rm uvcvideo > v4l-dvb$ git remote add uvcvideo git://linuxtv.org//pinchartl/uvcvideo.git > v4l-dvb$ git remote update > Updating origin > Updating uvcvideo > fatal: The remote end hung up unexpectedly > error: Could not fetch uvcvideo Am I doing something wrong? Regards, Márton Németh -- 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