markdown 在Windows上为GitHub设置SSH

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown 在Windows上为GitHub设置SSH相关的知识,希望对你有一定的参考价值。

Rather than using default location and filenames like id_rsa and id_rsa.pub in .ssh:

Create a new file in .ssh directory (C:/Users/Username/.ssh) named "config", remove file extension if the editor adds one. 

Inside "config" file add:
```
Host github github.com
    HostName github.com
    IdentityFile drive:/path/to/key/filename
    User git
```
Added full path but can probably use relative?

Use quotes in file path if there are spaces in directory names. 

以上是关于markdown 在Windows上为GitHub设置SSH的主要内容,如果未能解决你的问题,请参考以下文章

在 Windows 10 上为 GitHub 启用多个 SSH 密钥

在 Windows 上为 jekyll 安装 rouge 代码荧光笔

Golang fsnotify 在 Windows 上为同一个文件发送多个事件

需要帮助让bash / batch在Windows 10上为R工作

markdown 在python和r上为数据科学安装spark

markdown 如何在Mac上为Docker和Docker-Compose配置Bash Completion