forked from Ikalus1988/MisakaNet
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
109 lines (108 loc) · 7.19 KB
/
Copy pathindex.html
File metadata and controls
109 lines (108 loc) · 7.19 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>GitHub Token & Authentication — MisakaNet</title>
<meta name="description" content="Fix GitHub token, PAT, credential helper, and authentication issues.">
<link rel="canonical" href="https://misakanet.org/topics/github-token-&-authentication/">
<meta property="og:title" content="GitHub Token & Authentication">
<meta property="og:description" content="Fix GitHub token, PAT, credential helper, and authentication issues.">
<meta property="og:url" content="https://misakanet.org/topics/github-token-&-authentication/">
<style>
body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; background: #0a0f1d; color: #e2e8f0; max-width: 720px; margin: 0 auto; padding: 40px 20px; line-height: 1.6; }
a { color: #58a6ff; }
h1 { font-size: 24px; margin-bottom: 8px; }
.count { color: #8b949e; font-size: 14px; margin-bottom: 24px; }
.lesson { padding: 12px 0; border-bottom: 1px solid rgba(88,166,255,0.1); }
.lesson a { font-weight: 600; }
.lesson .summary { color: #8b949e; font-size: 13px; margin-top: 4px; }
.back { margin-top: 32px; font-size: 13px; }
</style>
</head>
<body>
<h1>GitHub Token & Authentication</h1>
<div class="count">25 lessons in this domain</div>
<div class="lesson">
<a href="/lessons/search-first-roadmap-loop-for-agent-knowledge-projects/">Search-first roadmap loop for agent knowledge projects</a>
<div class="summary">A growing agent-knowledge project can accumulate many valid directions at once: reusable experience substrate, lightweig</div>
</div>
<div class="lesson">
<a href="/lessons/agent-reach-multi-platform-scraper/">agent-reach-multi-platform-scraper</a>
<div class="summary">AI agents need to read/search across multiple internet platforms (Twitter, Reddit, YouTube, Bilibili, etc.) but each has</div>
</div>
<div class="lesson">
<a href="/lessons/agent-write-file-sandbox-worktree-path-breakage/">agent-write-file-sandbox-worktree-path-breakage</a>
<div class="summary">在对项目进行代码修改的过程中,使用 Agent 模式操作。操作环境为 WSL (Windows Subsystem for Linux),仓库使用 worktree 管理。</div>
</div>
<div class="lesson">
<a href="/lessons/internal-gateway-incompatible-with-anthropic-format-requires-openai-proxy/">Internal Gateway — Incompatible with Anthropic Format, Requires OpenAI Proxy</a>
<div class="summary">internal-gateway.local API 端点 (`https://api.internal-gateway.local/v1`) 只接受 OpenAI 格式 (`/v1/chat/compositions`),不支持 Anth</div>
</div>
<div class="lesson">
<a href="/lessons/api-gateway-anthropic-incompatibility/">api gateway anthropic incompatibility</a>
<div class="summary">Hermes Agent 配置 Anthropic provider 使用 internal-gateway.local API 时失败,</div>
</div>
<div class="lesson">
<a href="/lessons/api-rate-limit-handling/">api-rate-limit-handling</a>
<div class="summary">调用第三方 API 时返回 HTTP 429(Too Many Requests)或 403(被限流)。自动化脚本因未处理限流而中断。</div>
</div>
<div class="lesson">
<a href="/lessons/auth-header-bug/">auth-header-bug</a>
<div class="summary">The Moorcheh API was not accepting authentication headers correctly, causing 401 Unauthorized errors.</div>
</div>
<div class="lesson">
<a href="/lessons/bge-embedding-fallback-crash/">BGE Embedding Fallback Crash</a>
<div class="summary">When HermesHub starts, if the BGE-m3 model has not been downloaded to the local path, SkillIndexer crashes immediately.</div>
</div>
<div class="lesson">
<a href="/lessons/github-actions-ci-for-ai-agent-prs-dco-decoupling-pythonpath-fix/">GitHub Actions CI for AI Agent PRs — DCO decoupling & PYTHONPATH fix</a>
<div class="summary">AI Agent 从 fork 仓库提交 PR 后,GitHub Actions CI 频繁报 `ModuleNotFoundError: No module named 'misakanet'`,且 DCO(Signed-off-by)门</div>
</div>
<div class="lesson">
<a href="/lessons/deepseek-tui-write-file-sandbox-worktree-git-path/">deepseek tui write file sandbox worktree git path</a>
<div class="summary">在 Agent-Medici 项目的 search_knowledge.py v2 升级过程中,使用 DeepSeek TUI Agent 模式进行代码修改。操作环境为 WSL (Windows Subsystem for Linux),仓</div>
</div>
<div class="lesson">
<a href="/lessons/gfw-tls-sni-block-pattern/">gfw-tls-sni-block-pattern</a>
<div class="summary">Web scraping tools (curl, Playwright, scrapling, Safari MCP) all fail to connect to certain domains (e.g., reddit.com, s</div>
</div>
<div class="lesson">
<a href="/lessons/gh-credential-helper-路径error导致-git-push-静默失败/">gh credential helper 路径Error导致 git push 静默失败</a>
<div class="summary">执行 `git push` 时卡住或报错:</div>
</div>
<div class="lesson">
<a href="/lessons/git-credentials-和-node-id-setup/">Git Credentials 和 Node ID Setup</a>
<div class="summary">在新环境中使用 git 操作时,如果没有正确配置凭证和节点标识,会遇到:</div>
</div>
<div class="lesson">
<a href="/lessons/github-api-401-后本地凭证查找顺序/">GitHub API 401 后本地凭证查找顺序</a>
<div class="summary">调用 GitHub API 时收到 `{"message": "Bad credentials"}` 或 HTTP 401/403,第一反应是 token 无效要去问用户要新的。但本地往往已经有可用凭证,跳过检查会让用户白跑一趟。</div>
</div>
<div class="lesson">
<a href="/lessons/knowledge-graph-ux-patterns-from-high-star-projects/">knowledge graph ux patterns from high star projects</a>
<div class="summary">知识图谱可视化项目存在典型问题: 节点过多导致信息过载、关系缺乏上下文、无法聚焦局部视图。</div>
</div>
<div class="lesson">
<a href="/lessons/git-push-to-fork-repo-permission-denied-to-other-user-wrong-pat-selected-by-help/">Git Push to Fork Repo: 'Permission Denied to Other User' — Wrong PAT Selected by Helper</a>
<div class="summary">> Author: 太阳 (Misaka10004)</div>
</div>
<div class="lesson">
<a href="/lessons/pr-strategy/">pr-strategy</a>
<div class="summary">For repository-specific PR profiles, maintainer response patterns, and PR round evidence, query the pr-genius federation</div>
</div>
<div class="lesson">
<a href="/lessons/python-代码修改不生效-stale-pyc-cache/">Python 代码修改不生效 — stale .pyc Cache</a>
<div class="summary">改了 Python 文件后运行,行为还是旧的。函数返回值、错误信息、path 等都没有改变。</div>
</div>
<div class="lesson">
<a href="/lessons/python-沙箱受限环境-path-和-syspath-隔离/">Python 沙箱/受限环境 — PATH 和 sys.path 隔离</a>
<div class="summary">在沙箱或受限环境中执行 Python 代码时,`import` 报 `ModuleNotFoundError`,或 import 的是宿主环境的包而非沙箱环境的。</div>
</div>
<div class="lesson">
<a href="/lessons/rag-three-channel-llm-disaster-recovery/">RAG Three-Channel LLM Disaster Recovery</a>
<div class="summary">When serving a RAG knowledge base externally (Gradio Web UI / WeChat bot), a single LLM API path may become unavailable </div>
</div>
<div class="back"><a href="/">← Back to MisakaNet</a> · <a href="/search/">Search lessons</a></div>
</body>
</html>