使用git下载项目及身份验证失败
鼠标右键打开Git Bash Here窗口
输入git clone + 网址 后出现身份报错提示信息
需要重新修改一下用户名和邮箱就可以了
git config --global --replace-all user.name “你的用户名”
git config --global --replace-all user.email “你的邮箱”
然后重新下载文件
鼠标右键打开Git Bash Here窗口
输入git clone + 网址 后出现身份报错提示信息
需要重新修改一下用户名和邮箱就可以了
git config --global --replace-all user.name “你的用户名”
git config --global --replace-all user.email “你的邮箱”
然后重新下载文件