秘密鍵を指定してGitHubからgit cloneする

前提

GitHubのリポジトリのURL

 git@github.com:mycompany/myrepo.git

.ssh/config

 Host mycompany-github
    HostName github.com
    User git
    IdentityFile ~/.ssh/mycompany.key
    IdentitiesOnly yes

トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS