I have accepted and merged a pull request on GitHub, and now I cannot pull my commits any more.
The message is:
! [remote rejected] master -> master (push declined due to email privacy restrictions)
error: failed to push some refs to '[email protected]:FranckFreiburger/vue-resize-sensor.git'
git did not exit cleanly (exit code 1) (3838 ms @ 12/04/2017 21:23:11)
What should I do now?
grep -R @gmail. .
and reading this other page, I was able to understand that is not that my code is exposing my emails, but the commits themselves. Though obvious, I hadn't realized that before. – Syblesybley