git添加新用户
符号
阅读:767
2020-12-04 17:21:17
评论:0
更改key的权限
chmod 600 /path/to/key
chmod 400 /path/to/key
添加key
eval "$(ssh-agent -s)"
ssh-add /path/to/key
configure user
git config user.name "yourname"
git config user.email "youremail"
声明
1.本站遵循行业规范,任何转载的稿件都会明确标注作者和来源;2.本站的原创文章,请转载时务必注明文章作者和来源,不尊重原创的行为我们将追究责任;3.作者投稿可能会经我们编辑修改或补充。