
简介
该用户还未填写简介
擅长的技术栈
未填写擅长的技术栈
可提供的服务
暂无可提供的服务
全局修改用户名和email,git config user.name和git config --global user.email
设置用户名和邮箱git config --global user.name “你的用户名”git config --global user.email “你的邮箱”查看配置git config --list修改你的用户名和邮箱git config --global --replace-all user.name “你的用户名”git config --global --replac...
到底了








