更改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"
chmod 600 /path/to/key
chmod 400 /path/to/key
eval "$(ssh-agent -s)"
ssh-add /path/to/key
git config user.name "yourname"
git config user.email "youremail"
本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。