記錄--出現錯誤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
問題解決。
記錄一下,方便以後查閱
很簡單,出現這個報錯意思就是你沒有安裝git
第一步:
sudo add-apt-repository ppa:git-core/ppa
看到這個畫面表示安裝完成。
第二步:
sudo apt-get update
第三步:
sudo apt-get install git
問題解決。