Re: [linux-uvc-devel] Cloning UV gadget testing application
Linux UVC driver and tools
Brought to you by:
pinchartl
From: Moritz B. <bar...@gm...> - 2019-09-15 20:03:32
|
Hi, On Sun, Sep 15, 2019 at 17:27:25 +0000, Gopal, Saranya wrote: > I am trying to clone the UVC gadget testing application code from here: > http://git.ideasonboard.org/uvc-gadget.git > > But, I get this error: > fatal: repository 'http://git.ideasonboard.org/uvc-gadget.git/' not found > > I tried git clone http://git.ideasonboard.org/git/uvc-gadget.git too. I get the same error. > Has anyone been able to successfully clone this repo? Or does anyone have a fork of this latest repo from where I can clone? Apparently, the HTTP interface is down. The other URI works for me: git clone git://git.ideasonboard.org/uvc-gadget.git (As listed on the *web* page http://git.ideasonboard.org/uvc-gadget.git) Cheers, Moritz |