GitHub 删除无法访问的 mention

最近在 GitHub 收到两条无法访问的 mention 烦死了,右上角老是有个亮点,点进去又没更新。被烦了老几天后终于去找了解决方案:

  • 安装 GitHub CLI。

  • 通过 GitHub CLI 进行身份验证。

  • 使用 gh api notifications 获取包含你所有通知的 JSON 数据。

  • 记下问题仓库对应的通知(线程)ID()。

  • 执行 gh api --method PATCH notifications/threads/<id>,将指定线程 ID 的所有通知标记为已读。

终于干净了!

参考链接:

相关推荐
研究点啥好呢4 小时前
Github热门项目推荐 | 创建你的像素风格!
c++·python·node.js·github·开源软件
无限进步_5 小时前
【C++】电话号码的字母组合:从有限处理到通用解法
开发语言·c++·ide·windows·git·github·visual studio
MicrosoftReactor5 小时前
技术速递|使用 Copilot SDK 构建 AI 驱动的 GitHub Issue 分类系统
人工智能·github·copilot
AI成长日志6 小时前
【GitHub开源项目专栏】AI推理优化框架深度解析(上):vLLM架构设计与核心实现
人工智能·开源·github
CV-deeplearning6 小时前
【开源】字节跳动开源 DeerFlow 2.0:一站式 SuperAgent 开发框架,GitHub 星标 5.9 万!
开源·github·deerflow·deerflow 2.0·superagent
Freak嵌入式7 小时前
MicroPython LVGL基础知识和概念:显示与多屏管理
开发语言·python·github·php·gui·lvgl·micropython
zandy10118 小时前
【全新 3.0版本】openclaw github installation guide
github·openclaw·installation
Freak嵌入式8 小时前
MicroPython LVGL基础知识和概念:时序与动态效果
开发语言·python·github·php·gui·lvgl·micropython
北冥有羽Victoria9 小时前
OpenCLI 操作网页 从0到1完整实操指南
vscode·爬虫·python·github·api·ai编程·opencli
Thomas.Sir9 小时前
GitHub Copilot从入门到精通【从基础补全到智能代理,解锁AI编程全技能】
github·copilot·ai编程