bug

24 阅读1分钟

gitpush出错

图片.png 这个问题第一次以为绑定错误导致

图片.png 设置一下就行

原来的解决办法 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