git配置

本文最后更新于 2025年4月21日 上午

1
2
3
git config --global user.name "yourname"
git config --global user.email "youremail"
ssh-keygen -t rsa -C "youremail"

找到用户目录下的.ssh文件夹下的id_rsa.pub,复制内容到github设置中添加sshkey


git配置
http://example.com/2022/02/25/linux配置git/
作者
xinhaojin
发布于
2022年2月25日
许可协议