最近有收到 github 一个 bot 发布的钓鱼链接吗

1 天前
 yb2313
https://github.com/yccoombinator/-notification/issues/477
最近这个 bot 大量发布 issue @了很多人,上来就让你申请投资。怎么微软一彻底接手 github 就出现这种东西?以前从来没被这种垃圾信息干扰过,gh 以后不会每天登录消息栏就是各种各样的垃圾信息吧?
2686 次点击
所在节点    程序员
26 条回复
Chingjyu
1 天前
我开 ticket 收到了回复:

Hi there,

(省略套话)

As a workaround, if you're familiar with the GitHub CLI, you can use the script below to mark all of your notifications as read. This may take care of the phantom message, but please note that the 1-0 of 1 message may still persist after the curl command is run. Our engineers are investigating this bug as well.

Running the script to mark notifications as "read" is generally considered safe, as it does not remove the notification itself, only updates the status of the notification. Here is the script:

gh api \
--method PUT \
-H "Accept: application/vnd.github+json" \
/notifications \
-F read=true

If you have a Personal Access Token (PAT), you can also use the following curl command to mark all of your notifications as read. Please note that in order to use the curl command, you will need to replace $TOKEN with your own PAT, which you can create here. Also note that the PAT must have the notifications scope.

curl -X PUT \
-H "Accept: application/vnd.github.v3+json" \
-H "Authorization: token $TOKEN" \
https://api.github.com/notifications

For your reference, here is the documentation for the Notifications REST API endpoint.

(省略套话)

Thanks,

xxx
GitHub Support
fakepoet
1 天前
@abel533 我也收到了,里面那个超链接的实际 url 和显示不一致,我直接举报 spam 了
lx0758
1 天前
刚刚收到...github 出现一个有新通知小红点, 取消不掉了...Github 应该已经注意到这个问题了
ClosureEleven
1 天前
@neteroster 感谢 终于把这烦人的蓝点消掉了
icyalala
1 天前
我也收到了,而且过去也收到过类似的群发 At 提醒
这种只要放着不管就行,过半天一天之后 Github 自己就会删除掉,提示也会自动消除
yb2313
20 小时 5 分钟前
@shunia #11 直接用 github-cli 登录后 gh api notifications -X PUT -f last_read_at=2025-09-24T00:00:00Z -f read=true

这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。

https://ex.noerr.eu.org/t/1161408

V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。

V2EX is a community of developers, designers and creative people.

© 2021 V2EX