Step 3: Generate a new SSH key To generate a new SSH key, enter the code below. We want the default settings so when asked to enter a file in which to save the key, just press enter. ssh-keygen -t rsa -C "your_email@example.com"# Creates a new ssh key using the provided emai...
方式一:命令获取公钥 cat~/.ssh/id_rsa.pub 1. 方式二:在C:\Users\账户\.ssh 中有个id_rsa.pub文件,记事本打开就好了 4. 添加你的 SSH key 到 github 复制key / 登录你的github账号 / 右上角setting / SSH key / Add SSH key / 粘贴到 key 所对应的输入框中(前后不要留有空格或者回车)/ 输入...
看见地址没,偶在(加州)家中^_^ 3.1删除后,再点击New SSH key. 3.2在Title中随便起一个名字. 3.3去c盘用户根目录下找.ssh中存放的秘钥. 3.4找到id_rsa.pub,用记事本或Notepad++打开. 3.5将.pub文件中的公钥复制一份到步骤3.2的Key中,点击Add SSH key配置新的公钥.成功后显示步骤3.1中的图. 3.6.此时再将...
Step 3: Generate a new SSH key To generate a new SSH key, enter the code below. We want the default settings so when asked to enter a file in which to save the key, just press enter. ssh-keygen -t rsa -C "your_email@example.com"# Creates a new ssh key using the provided emai...
3.查看key 方式一:命令获取公钥 cat~/.ssh/id_rsa.pub 方式二:在C:\Users\账户\.ssh 中有个id_rsa.pub文件,记事本打开就好了 4. 添加你的 SSH key 到 github 复制key / 登录你的github账号 / 右上角setting / SSH key / Add SSH key / 粘贴到 key 所对应的输入框中(前后不要留有空格或者回车)...
3.查看key 方式一:命令获取公钥 cat~/.ssh/id_rsa.pub 方式二:在C:\Users\账户\.ssh 中有个id_rsa.pub文件,记事本打开就好了 4. 添加你的 SSH key 到 github 复制key / 登录你的github账号 / 右上角setting / SSH key / Add SSH key / 粘贴到 key 所对应的输入框中(前后不要留有空格或者回车)...