When authenticating via Personal Access Token (PAT):
notifications
, read:user
and repo
When authenticating via Gitify GitHub App:
To authenticate via an OAuth App:
gitify://oauth
When you Unsubscribe from Thread, you will not receive future notifications for the thread until you either comment on the thread or get a @mention.
Note: If you are watching a repository, you receive notifications for all threads by default.
Using Chrome Developer Tools (console logs, network requests, etc):
command + opt + i
ctrl + shift + i
ctrl + shift + i
Using Application Log Files:
~/Library/Logs/gitify
%USERPROFILE%\\AppData\\Roaming\\gitify\\logs
~/.config/gitify/logs
If you experience issues opening Gitify on Linux due to Chrome Sandbox
permissions, try running the following commands:
sudo chown root:root /opt/Gitify/chrome-sandbox
sudo chmod 4755 /opt/Gitify/chrome-sandbox
To check for startup errors
journalctl -xe | grep gitify
You can contribute to Gitify by opening an issue or pull request on GitHub at gitify-app/gitify.
Check out our open issues and see if there is any existing ideas that you would like to work on.