[git-users] Unable to access Git

2014-12-16 Thread Ramesh karanam
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 error fatal: Unable to look up git.videolan.org (port

Re: [git-users] Unable to access Git

2014-12-16 Thread John McKown
On Tue, Dec 16, 2014 at 12:02 AM, Ramesh karanam sai.rames...@gmail.com 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

Re: [git-users] Upgrading git from version 1.7.12.4 to 2.2.0 on Centos 6.5

2014-12-16 Thread Konstantin Khomoutov
On Mon, 15 Dec 2014 12:43:44 -0800 (PST) Ashish Yadav ashishyada...@gmail.com wrote: I would like to upgrade my current git from version 1.7.12.4 to 2.2.0 on Centos 6.5. Can I upgrade directly to 2.2.0 or or do I need an intermediate version to upgrade to first? AFAIK, Git's object store

[git-users] Re: Git Hooks Implementation

2014-12-16 Thread john
I have a question, I want to run a batch script in windows or a shell script in linux, and this script must be invoked before every commit by the developer through GIT. is it possible? On Monday, November 12, 2012 10:38:17 PM UTC-6, krishna chaitanya kurnala wrote: Hello All I am