摘要: 一、配置git ssh 1、检查用户名和邮箱是否配置 git config --global --list 2、配置用户名和邮箱 git config --global user.name "这里换上你的用户名" git config --global user.email "这里换上你的邮箱" 3 阅读全文
posted @ 2020-05-25 16:52 榕树下的回忆 阅读(255) 评论(0) 推荐(0) 编辑