#author("2020-09-17T09:09:39+09:00","default:ryuichi","ryuichi")
* 秘密鍵を指定してGitHubからgit cloneする [#e6ce46fb]

** 前提 [#v7a2575f]

*** GitHubのリポジトリのURL [#s13c74f0]

 git@github.com:mycompany/myrepo.git


*** .ssh/config [#jb6a5c1a]

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


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