摘要: # 查看全局配置 git config --global --list # 设置用户名和邮箱 git config --global user.name "yourname" git config --global user.email "youremail@example.com" # 创建ssh 阅读全文
posted @ 2020-11-01 02:55 宁川 阅读(103) 评论(0) 推荐(0)