Ubuntu安装配置git

2020-02-12  本文已影响0人  YoungDazen
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
上一篇 下一篇

猜你喜欢

热点阅读