0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

エラー1 git ssh接続 ssh-agent

Posted at

・エラー文
ssh: Could not resolve hostname git: Name or service not known

・翻訳
ssh:ホスト名を解決できませんでした
git:名前またはサービスが不明

・原因
shh-agentを実行していないこと?
ssh-agentに鍵の登録をしていない?

・解決策
ssh-agentの実行
$ eval $(ssh-agent -s)

鍵の登録
ssh-add 秘密鍵の名前

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?