


keyは
ファイル名.pub
パブファイルの中身を貼り付ける
C:\Users\name\.ssh
sshのコンフィグにgithubを追加する
C:\Users\name\.ssh\config
configファイルを作って、以下を書く(ファイル名は.pubがないほう)
Host github.com
HostName github.com
User git
IdentityFile "~/.ssh/ファイル名"
IdentitiesOnly yes