摘要: 配置用户名和邮箱: $ git config --global user.name "your_name" $ git config --global user.email "your_email@example.com" 生成密钥对: ssh-keygen -t rsa -b 4096 -C "y 阅读全文
posted @ 2020-02-29 17:09 zhangsima 阅读(197) 评论(0) 推荐(0) 编辑