Skip to main content

80 搜索结果 "readme"

建设社区 / 健康贡献 /

创建默认的社区运行状况文件

在“存储库名称”字段中,键入 .github。 (可选)在“描述”字段中键入描述。 确保存储库状态设置为“公共”。 默认文件的存储库不能是专用的。 选择“使用 README 初始化此存储库”。 单击“创建存储库”。 在仓库中,创建一个受支持的社区健康文件。 议题模板及其配置文件必须位于名为 .github/ISSUE_TEMPLATE

Codespaces / 设置项目 / 添加开发容器配置 /

为 GitHub Codespaces 设置 Python 项目

details, see https://aka.ms/devcontainer.json. For config options, see the // README at: https://github.com/devcontainers/templates/tree/main/src/python { "name":

GitHub Desktop / 概述 /

使用 GitHub Desktop 创建第一个仓库

名为 Tutorial 的文件夹。 下次创建或克隆新仓库时,GitHub Desktop 会记住您选择的位置。 “使用 README 初始化此存储库”创建包含 README.md 文件的初始提交。 自述文件帮助人们了解项目的目的,因此建议选择此选项并加入有用的信息。 当有人访问您在 GitHub 上

Codespaces / 设置项目 / 添加开发容器配置 /

为 GitHub Codespaces 设置 Node.js 项目

details, see https://aka.ms/devcontainer.json. For config options, see the // README at: https://github.com/devcontainers/templates/tree/main/src/javascript-node

Codespaces / 设置项目 / 添加开发容器配置 /

为 GitHub Codespaces 设置 Java 项目

details, see https://aka.ms/devcontainer.json. For config options, see the // README at: https://github.com/devcontainers/templates/tree/main/src/java { "name":

Codespaces / 设置项目 / 添加开发容器配置 /

为 GitHub Codespaces 设置 C# (.NET) 项目

details, see https://aka.ms/devcontainer.json. For config options, see the // README at: https://github.com/devcontainers/templates/tree/main/src/dotnet { "name":

Codespaces / 设置项目 / 添加开发容器配置 /

为 GitHub Codespaces 设置 PHP 项目

details, see https://aka.ms/devcontainer.json. For config options, see the // README at: https://github.com/devcontainers/templates/tree/main/src/php { "name":

GitHub Sponsors / 接受赞助 /

管理赞助等级

每个等级都有自己的一次性或每月付款金额(美元)。 发布等级是可选的。 您可以自定义每个等级的奖励。 例如,一个等级的奖励可以包括: 提早使用新版本 README 中的徽标或名称 每周时事通讯更新 您的赞助者将享受其他奖励 ✨ 通过将专用存储库添加到层,可向该层中的所有发起人提供对此存储库的访问权限。有关详细信息,请参阅“管理赞助等级”。

REST API / Git 数据库 /

Git 提交的 REST API 终结点

"email": "octocat@github.com" }, "message": "added readme, because im a good github citizen", "tree": { "url":

REST API / 使用 REST API /

在 REST API 中使用分页

GitHub 的 Octokit.js 库。 有关 Octokit.js 的详细信息,请参阅“REST API 入门”和 Octokit.js README。 使用 Octokit.js 分页方法的示例 若要使用 Octokit.js 提取分页结果,可以使用 octokit.paginate()。 octokit