Installing Latest version of git in ubuntu

后端 未结 5 1343
傲寒
傲寒 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:11

    or super manual method

    download git source from git hub and then

    make prefix=/usr/local all
    sudo make prefix=/usr/local install
    

    https://www.digitalocean.com/community/tutorials/how-to-install-git-on-ubuntu-14-04

提交回复
热议问题