Skip to content

Commit 110f8a5

Browse files
author
tosaken1116
committed
feat: vim operate
1 parent 95f9056 commit 110f8a5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/step2.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,19 @@ touch ~/.ssh/config
5757

5858
8. ~/.ssh/configファイルに次の内容を追加します。
5959

60+
```bash
61+
vim ~/.ssh/config
62+
```
63+
次の内容をコピーして貼り付けます。
6064
```
6165
Host github.com
6266
HostName github.com
6367
User git
6468
IdentityFile ~/.ssh/github
6569
```
6670

71+
`Esc`キーを押して、`:wq`と入力して、`Enter`キーを押して保存して終了します。
72+
6773
9. SSH接続のテストを行います。次のコマンドを実行して、GitHubにSSH接続します。
6874

6975
```bash

0 commit comments

Comments
 (0)