摘要: 一、先根据git代码库的账户名和邮箱生成密钥 1、指定用户名 git config --global user.name "your_name" 2、指定邮箱 git config --global user.email "your_email" 3、生成密钥对 ssh-keygen -t rsa 阅读全文
posted @ 2019-11-27 15:01 Mop猎人 阅读(1649) 评论(0) 推荐(0) 编辑