Installing Latest version of git in ubuntu

后端 未结 5 1356
傲寒
傲寒 2020-12-12 09:49

My Current git version 1.7.9.5...

I need to upgrade to at least git 1.7.10 to have git clone command to work properly

I tried sudo add-apt

5条回答
  •  感动是毒
    2020-12-12 10:24

    To install or update Git in the latest version of Ubuntu, simply type following command in terminal and hit enter (return).

    sudo apt-get install git
    

    For checking Git version.

    git --version 
    

提交回复
热议问题