opensshのインストール
https://www.server-world.info/query?os=Windows_Server_2016&p=openssh&f=1
ポートの開放
https://pc-karuma.net/windows-10-firewall-open-port/
winscpがつながらないとき
http://blog.netandfield.com/shar/2018/06/putty-ssh2-msg-unimplemented.html
windowsのwhichコマンド→where
whichコマンドのbatを作成
https://www.atmarkit.co.jp/fwin2k/win2ktips/319which/which.html
$ git clone ssh://ユーザー名@ipアドレス/test
Cloning into ‘test’…
Administrator@153.126.167.20’s password:
‘git-upload-pack’ ▒́A▒▒▒▒▒R▒}▒▒▒h▒܂▒▒͊O▒▒▒R▒}▒▒▒h▒A
▒▒▒▒\▒ȃv▒▒▒O▒▒▒▒▒܂▒▒̓o▒b▒` ▒t▒@▒C▒▒▒Ƃ▒▒ĔF▒▒▒▒▒▒Ă▒▒܂▒▒▒B
fatal: Could not read from remote repository.
https://qiita.com/nipoko/items/6e81a6021358ff8c03e9
以下のURLを参考に修正
おそらく、1のみが足りなかった
3. Window Server上のOpenSSHのデフォルトシェルをGit for Windowsのbashへ変更する。はsshの後にプロンプトに応答がなくなるので、しないほうがいい。
ssh localhostでログインして、リモートのURLを確認後、
git remote add originssh://[ユーザー名]@[URL]/work/.git
参考URL
https://qiita.com/devzooiiooz/items/56a02342d9d65d79f6c3