初始设置git config --global user.name "qian" git config --global user.email "1067803326@qq.com"
创建SSH key
ssh-keygen -t rsa -C "qclong5683@163.com"
添加密钥
cat ~/.ssh/id_rsa.pub
把显示的密钥添加到GitHub
2024-01-22 11:45:16
初始设置git config --global user.name "qian" git config --global user.email "1067803326@qq.com"
创建SSH key
ssh-keygen -t rsa -C "qclong5683@163.com"
添加密钥
cat ~/.ssh/id_rsa.pub
把显示的密钥添加到GitHub