GitLabのSSH認証キー(公開鍵)の接続テスト
Git Bashを起動し下記コマンドを入力
ssh-add -l
「Could not open a connection to your authentication agent.
」と表示された場合は下記を入力
eval `ssh-agent`
再度、「ssh-add -l」を実行し、下記が表示されていればOK
The agent has no identities.
ssh-add -l
「Could not open a connection to your authentication agent.
」と表示された場合は下記を入力
eval `ssh-agent`
再度、「ssh-add -l」を実行し、下記が表示されていればOK
The agent has no identities.