gitpush出错
这个问题第一次以为绑定错误导致
设置一下就行
原来的解决办法 git config user.email "your-email@example.com" git config --get user.email 输出结果为your-email@example.com就是正确的
然后在 git add .
git commit -m "更新"
git push origin master
这个问题第一次以为绑定错误导致
设置一下就行
原来的解决办法 git config user.email "your-email@example.com" git config --get user.email 输出结果为your-email@example.com就是正确的
然后在 git add .
git commit -m "更新"
git push origin master