安装 git
添加用户
git config --global user.name "username"
git config --global user.email "user@email.com"
生成 SSH 公钥私钥对
ssh-keygen -t rsa -C "user@email.com"
git config --global user.name "username"
git config --global user.email "user@email.com"
ssh-keygen -t rsa -C "user@email.com"
本文标题:GIT 设置
本文链接:https://www.haomeiwen.com/subject/hpryyftx.html
网友评论