使用git push
到Github网站的时候提示:
push declined due to email privacy restrictions
原因
在Github设置里有一个隐私选项
Block command line pushes that expose my email
所以如果本地的git config
里email地址与Github账号相同,为了防止个人邮件地件泄漏,git push
会被拒绝。
解决方法
- 关闭这个选项
- 更改邮件地址
使用git push
到Github网站的时候提示:
push declined due to email privacy restrictions
在Github设置里有一个隐私选项
Block command line pushes that expose my email
所以如果本地的git config
里email地址与Github账号相同,为了防止个人邮件地件泄漏,git push
会被拒绝。