612 搜索结果 "public key url"
REST API / 交互 /
适用于用户交互的 REST API 终结点
interaction restrictions for your public repositories
Shows which type of GitHub user can interact with your public repositories and when the restriction
存储库 / 管理存储库设置 / 启用功能 /
管理存储库的 GitHub Actions 设置
actions and reusable workflows located within your repository and any other public repository. You can disable GitHub Actions for your repository altogether
存储库 / 创建和管理存储库 /
创建新仓库
为此,请单击“导入代码”。
通过 URL 查询创建新存储库
创建新存储库时,可以使用查询参数预填充表单域。 查询参数是 URL 中可以定制的部分,用于在 GitHub 上共享特定的网页视图,如搜索过滤结果或议题模板。 若要指定预定义查询参数的值,必须匹配键值对。
如果经常需要创建具有相同默认设置的存储库,使用 URL 查询预先填充表单域可能会很有用。
组织 / 管理组织设置 /
禁用或限制组织的 GitHub Actions
actions and reusable workflows located within your repository and any other public repository. You can disable GitHub Actions for all repositories in your
REST API / 拉取请求 /
用于拉取请求的 REST API 终结点
review_comments:此拉取请求的评审注释的 API 位置
review_comment:用于为此拉取请求存储库中的评审注释构造 API 位置的 URL 模板
commits:此拉取请求的提交的 API 位置
statuses:此拉取请求的提交状态的 API 位置,即其 head 分支的状态
List
REST API / 操作 /
GitHub Actions 缓存的 REST API 终结点
To reference a pull request use refs/pull/<number>/merge.
key string
An explicit key or prefix for identifying the cache
sort string
The property to
入门 / 开始使用 Git /
管理远程仓库
要新增远程,请在终端上存储存储库的目录中使用 git remote add 命令。
git remote add 命令采用两个参数:
远程名称(例如 origin)
远程 URL(例如 https://github.com/OWNER/REPOSITORY.git)
例如:
$ git remote add origin https://github
REST API / 迁移 /
适用于用户迁移的 REST API 终结点
com/images/error/octocat_happy.gif",
"gravatar_id": "",
"url": "https://api.github.com/users/octocat",
"html_url":
身份验证 / SSH 故障排除 /
错误:未知密钥类型
此错误表示您使用的 SSH 密钥类型无法识别或不受 SSH 客户端支持。
关于 unknown key type 错误
生成新的 SSH 密钥时,如果你的 SSH 客户端不支持你指定的密钥类型,则可能会收到 unknown key type 错误。
要在 macOS 上解决此问题,你可以更新 SSH 客户端或安装新的
“应用” / 创建 GitHub 应用 / 为 GitHub 应用编写代码 /
有关生成 GitHub 应用的快速入门
以安装依赖项。
步骤 2:获取 Webhook 代理 URL
若要在本地开发应用,可以使用 Webhook 代理 URL 将 Webhook 从 GitHub 转发到你的计算机或 codespace。 本快速入门使用 Smee.io 提供 Webhook 代理 URL 和转发 Webhook。
在浏览器中,导航到