ローカル リポジトリの独立した GIT インストールとしてキーをセットアップしました。git bash prompot からすべての git コマンドを実行できます。最近、cygwin をインストールして、そこから git を使いたいと思っています。
ssh-add コマンドを実行してみましたが、うまくいきませんでした...以下を参照してください
user@computer_name /cygdrive/d/folder/cheftesting
$ ssh-add /cygdrive/c/Users/user/.ssh/id_rsa
0 [main] ssh-add 8656 stdio_init: couldn't make stderr distinct from stdout
user@computer_name /cygdrive/d/folder/cheftesting
$ git clone git@gitlab.domain.net:project-chef/proj.git
Cloning into 'proj'...
The authenticity of host 'gitlab.domain.net (ip_address)' can't be established.
ECDSA key fingerprint is xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx.
Are you sure you want to continue connecting (yes/no)?
Host key verification failed.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.