Android git ssh生成
2020-09-11 本文已影响0人
菜鸟考官
git config --global user.name "昵称"
git config --global user.email "邮箱"
ssh-keygen -t rsa -C "邮箱"
三次回车
git config --global user.name "昵称"
git config --global user.email "邮箱"
ssh-keygen -t rsa -C "邮箱"
三次回车