解决win10 报错 git pull error: cannot open .git/FETCH_HEAD: Permission denied
sh配置git 用户解决了
git config --list //查看当前的config配置 git config --global user.name "youruser" //修改用户名 git config --global user.email "你的邮箱" //修改为你的邮箱
更多精彩
sh配置git 用户解决了
git config --list //查看当前的config配置 git config --global user.name "youruser" //修改用户名 git config --global user.email "你的邮箱" //修改为你的邮箱