git添加新用户详解程序员

更改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"

原创文章,作者:奋斗,如若转载,请注明出处:https://blog.ytso.com/2047.html

(0)
上一篇 2021年7月15日
下一篇 2021年7月15日

相关推荐

发表回复

登录后才能评论