Skip to content

Commit

Permalink
update text
Browse files Browse the repository at this point in the history
  • Loading branch information
longxinglx committed Sep 27, 2023
1 parent 81a1e8c commit 7e0c12b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions _posts/2023-09-27-GCM.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ img_path: /assets/posts_assets/2023-09-27-GCM/

## 1. [Credential stores](https://github.com/git-ecosystem/git-credential-manager/blob/release/docs/credstores.md)

* **生成 GPG key pair**
* **[生成 GPG key pair](https://docs.github.com/zh/authentication/managing-commit-signature-verification/generating-a-new-gpg-key)**

* 运行: `gpg --full-generate-key`

Expand Down Expand Up @@ -69,10 +69,10 @@ git-credential-manager configure

* 第一次运行 `git push` 显示:

```shell
Select an authentication method for 'https://github.com/':
1. Device code (default)
2. Personal access token
```
```text
Select an authentication method for 'https://github.com/':
1. Device code (default)
2. Personal access token
```

* 选择 `Device code (default)`, 按照提示在浏览器中打开链接, 登陆 GitHub 账号, 然后输入设备码即可.

0 comments on commit 7e0c12b

Please sign in to comment.