96f70cb9d80eff7b9f7f9ef523b7430a4e911ceb
Git.md
... | ... | @@ -84,6 +84,17 @@ $ git push origin master |
84 | 84 | - [git bash fail to push branch with error message: "object directory does not exist" - Stack Overflow](https://stackoverflow.com/questions/%34%31%31%31%35%36%31%33)
|
85 | 85 | - 回避策: ドライブレター付きのネットワークドライブとしてアクセスするようにする。
|
86 | 86 | |
87 | +# Windows で OpenSSH-Win64 を使用する
|
|
88 | +- [[Chocolatey|/Windows/Chocolatey]]で git および OpenSSH をインストールする。
|
|
89 | +```
|
|
90 | +> cinst -y -params /GitAndUnixToolsOnPath git
|
|
91 | +> cinst -y -params /SSHAgentFeature openssh
|
|
92 | +```
|
|
93 | +- %USERPROFILE%/.gitconfig に使用するSSHコマンドを登録。
|
|
94 | +```
|
|
95 | +> git config --global core.sshCommand "'C:/Program Files/OpenSSH-Win64/ssh.exe'"
|
|
96 | +```
|
|
97 | +
|
|
87 | 98 | # Windows クライアントのインストール
|
88 | 99 | - http://windows.github.com/ からインストーラをダウンロードし実行する。
|
89 | 100 | - インストール後、GitHub アカウントの入力はキャンセルしてスキップ可能。
|