第一篇文章

1. 与GitHub建立联系


检查电脑是否已经存在SSH Keys

1
2
$ ls -al ~/.ssh
# Lists the files in your .ssh directory, if they exist

如果没有SSH Keys,则生成新的SSH Key。

1
2
$ ssh-keygen -t rsa -b 4096 -C "your_email@example.com"
# Creates a new ssh key, using the provided email as a label

标题

在此输入正文