安装 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
本文标题:安装git
本文链接:https://www.haomeiwen.com/subject/zshfsxtx.html
网友评论