'Missing notifications on github
I've followed the thread at:
How do I get notifications on new GitHub issues?
"Notification Center" has Email and Web checked for Participating and Watching and Notification Email is also correct.
But I'm not receiving any notifications for any pushes to my github repository at:
https://github.com/arun-gupta/javaee7-samples
Not even getting notifications for any issues. This is an individual project, not in a team.
How do I enable the basic notification so that I get an email for any pushes to the repository and updates to any of the issues ?
Solution 1:[1]
I was having the same problem and believe it or not the following is what finally resolved it for me:
Checking both the "[x] Email" AND "[x] Web" options in the GitHub Notifications center of my GitHub Account Settings:
- Login to your GitHub account.
- Click the Account Settings icon on the top right.
- Click the Notifications center category in the left column.
- Make sure BOTH the "Email" AND "Web" options are checked.
- Make sure the correct email address set to receive notifications.
In my case, I only had "Email" checked, but not "Web" (since I prefer doing everything via email rather than via crappy web page interfaces), and was never receiving any Email notifications (even though I had the "Email" option checked!).
But as soon as I checked the "Web" option as well (so that BOTH options were checked), VOILA! I began receiving my email notifications again.
Go figure.
Solution 2:[2]
Here is how I enabled notifications:
- Go to the specific repository
- Click on "Settings" on the right navigation bar
- Click on "Service Hooks"
- Click on "Email"
- Enter the email address to receive notifications
- Click on "Update Settings"
I was hoping the repo author would be automatically added to the notifications, but apparently not.
Solution 3:[3]
go to https://github.com/settings/emails and check if your email is verified
after about 10 years of usage, github reset verification for my email for some reason ?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | user3881267 |
| Solution 2 | smholloway |
| Solution 3 | Ðнтон Ефанов |
