通過ubuntu的APT安裝
sudo apt-get update sudo apt-get install git
配置自己的Git賬號信息
git config --global user.name "Your Name" git config --global user.email "youremail@domain.com"
查看git的配置信息
git config --list
git就安裝好了,可以使用git的命令了,如git clone
通過ubuntu的APT安裝
sudo apt-get update sudo apt-get install git
配置自己的Git賬號信息
git config --global user.name "Your Name" git config --global user.email "youremail@domain.com"
查看git的配置信息
git config --list
git就安裝好了,可以使用git的命令了,如git clone
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。