记录–出现错误the program git is currently notinstalled(未安装git)解决方法–git的安装 记录一下,方便以后查阅 很简单,出现这个报错意思就是你没有安装git 第一步 sudo add-apt-repository ppa:git-core/ppa 第二步 sudo apt-get update 第三步 sudo apt-get install git 等待安装完成就OK了 以上!!