Re: [git-users] Unable to access Git

2014-12-16 Thread Dale R. Worley
Ramesh karanam writes: >fatal: Unable to look up git.videolan.org (port 9418) (Name or service > not known) > > Please suggest me about this issue It is a networking problem of some sort, not a Git problem. You can test with "telnet git.videolan.org 9418". Dale -- You received this mess

Re: [git-users] Unable to access Git

2014-12-16 Thread John McKown
On Tue, Dec 16, 2014 at 12:02 AM, Ramesh karanam wrote: > Hi,guys i am using ubuntu 10.10 and installed git core on my system.I > want access some code from the git. > > i am running following command > > git clone git://git.videolan.org/ffmpeg.git > > but it showing the following err