git config --global user.name "user name"
git config --global user.email "@mail"
ssh-keygen -t rsa -C "user.email@xxx.com"
Git配置SSH
于 2022-04-25 07:05:56 首次发布
git config --global user.name "user name"
git config --global user.email "@mail"
ssh-keygen -t rsa -C "user.email@xxx.com"
4155
6958

被折叠的 条评论
为什么被折叠?
