Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LF112/gotAction
/ functions
Functions
5 in github.com/LF112/gotAction
⨍
Functions
5
◇
Types & classes
0
↓ 1 callers
Function
checkRepoAccessibility
* 执行 git ls-remote 检查仓库可达性(适配 403/仓库禁用场景) * @param {string} url 仓库链接 * @returns { { accessible: boolean, rawUrl: string, message: string } }
scripts/check-github-repo.js:41
↓ 1 callers
Function
cleanError
(str)
scripts/check-github-repo.js:142
↓ 1 callers
Function
extractGithubRepos
* 从 README.md 提取所有 GitHub 仓库链接(去重) * @param {string} filePath README.md 路径 * @returns {string[]} 去重后的仓库链接列表
scripts/check-github-repo.js:111
↓ 1 callers
Function
main
()
scripts/check-github-repo.js:152
↓ 1 callers
Function
normalizeRepoUrl
* 归一化仓库链接(修复路径解析,正确拼接用户名/仓库名) * @param {string} url 原始链接 * @returns { { normalized: string, raw: string } } 归一化后的链接 + 原始链接
scripts/check-github-repo.js:14