sudo apt install git
git config --global user.name "Your name"
git config --global user.email "your email@email.com"
ssh-keygen -t rsa -C "your github email address"
cat ~/.ssh/id_rsa.pub
sudo apt install git
git config --global user.name "Your name"
git config --global user.email "your email@email.com"
ssh-keygen -t rsa -C "your github email address"
cat ~/.ssh/id_rsa.pub
本文标题:Ubuntu安装配置git
本文链接:https://www.haomeiwen.com/subject/lwpcfhtx.html
网友评论