配置全局:
用户名:git config --global user.name ""xx""
邮箱:git config --global user.email "yy"
验证:git config --global --list
ssh key生成:
ssh-keygen -t rsa -C "yy"
2024-02-05 09:34:10
配置全局:
用户名:git config --global user.name ""xx""
邮箱:git config --global user.email "yy"
验证:git config --global --list
ssh key生成:
ssh-keygen -t rsa -C "yy"