1. 问题: github新建仓库 action 编译异常
Run Sibz/github-status-action@v1
Error: Error setting status:
Resource not accessible by integration
Request object:
{
"context": "Set Status",
"description": "Passed",
"state": "success",
"owner": "brinkqiang",
"repo": "dmuuid",
"sha": "fef880d110c76f0662f2e0a5c0f8dcedeeeaf2f7",
"target_url": ""
}
github似乎修改 项目的默认设置。 修改如下:
项目 -> Settings -> Action -> General ->
把 Read repository contents permission 去掉
把 Read and write permissions 勾选上
2. 问题:如何在github上面查询哪些项目使用了lfs
在https://github.com/settings/billing/summary页面可以查到lfs的使用情况
3. 问题:github命令行工具gh 如何下载 使用
https://github.com/cli/cli/releases
linux下或可用apt install gh
gh auth login
在web登录 打开https://github.com/login/device 输入命令行输出的字符串
gh repo list