安装 git
安装 git
sudo apt-get install git
配置git
git config --global user.name "yourName"
git config --global user.eamil "yourEmail"
安装成功
git
-
记住密码
vi ~/.gitconfig
末尾添加[credential] helper = store
安装 git
sudo apt-get install git
配置git
git config --global user.name "yourName"
git config --global user.eamil "yourEmail"
安装成功
git
记住密码
vi ~/.gitconfig
末尾添加
[credential]
helper = store