Live data from Hacker News

A recruiter used the GitHub API to pull my email address out of Git commits

twitter.com

1–10 of 62 posts

Re: A recruiter used the GitHub API to pull my email address out of Git commits

#3
If you put your email address out there, people will use it. Maybe github needs to do a better job of conveying what you’re making public when you push a commit, although as a service for programmers it may be reasonable to expect people to understand this already.

Re: A recruiter used the GitHub API to pull my email address out of Git commits

#5
post #3

If you put your email address out there, people will use it. Maybe github needs to do a better job of conveying what you’re making public when you push a commit, although as a service for programmers it may be reasonable to expect people to understand this already.

GitHub provides an option to use a special noreply address when creating your commits: https://help.github.com/en/articles/setting-your-commit-emai.... From the command line, well, I think it's not that difficult to see that your email address is going to be attached to it because it's right in the output of git log.

Re: A recruiter used the GitHub API to pull my email address out of Git commits

#7
They've been doing this for years.

Back when I first created a GitHub profile, I started getting emails to an email that I don't usually give out. This eventually led me to GitHub after some mentioned seeing my profile which led to me improving my Git knowledge and finding out how they did it.

Re: A recruiter used the GitHub API to pull my email address out of Git commits

#10

Eqrecruiters.com has been spamming emails I've used for git commits as well, trying to offer positions at Quizlet and Zume. I really don't appreciate that kind of spam.

Mark them as spam - at least on google it seems to learn pretty quickly and in a few days whoever is spamming is in my spam folder and then not even there (some spam seems to get blasted even from spam folder? Maybe they stop...)
Post reply on HN