10 Create personal access token
ZHAO Xudong edited this page 2026-03-19 20:54:17 +08:00
This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Create Personal Access Token

Language / 语言: English | 中文


English

About personal access token

Login to github, goto https://github.com/settings/tokens/new to create new personal access token with gist scope only, and make sure to copy your new personal access token. You wont be able to see it again!

About Gist ID

You should use existing gist, or create new secret gist from https://gist.github.com/, you can get gist id from url, url is like https://gist.github.com/your-name/xxxxxxxx, xxxxxxxx would be gist ID.

About Encrypt password

It is optional, if you use it, make sure you remember it, or would lose the bookmark data in secret gist forever.

中文

关于个人访问令牌

登录到 GitHub转到 https://github.com/settings/tokens/new 创建新的个人访问令牌 仅具有 gist 范围,并确保复制您的新个人访问令牌。您将无法再次看到它!

关于 Gist ID

您需要使用现有的 gist或从 https://gist.github.com/ 创建新的秘密 gist您可以从 URL 中获取 gist IDURL 像 https://gist.github.com/your-name/xxxxxxxxxxxxxxxx 将是 gist ID。

关于加密密码

这是可选的,如果您使用它,请确保您记住它,否则会永远丢失秘密 gist 中的书签数据。