12
# 设置git用户名git config --global user.name `your name`
# 设置git邮箱git config --global user.email `your email`
# 生成sshkeyssh-keygen -t ed25519 -C `your email`