Linux upgrade Git with PPA

    Ubuntu中使用包管理安装Git,版本为1.8,因此不能直接进行安装。python

  1. sudo add-apt-repository ppa:git-core/ppa(若是提示未找到此命令,安装apt-get install software-properties-common[python-software-properties])
  2. apt-get update
  3. sudo apt-get install git-core

    PS:PPA(Personal Package Archive site:https://launchpad.net ->https://launchpad.net/~git-core/+archive/ubuntu/ppa)git

相关文章
相关标签/搜索