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.

ssh_exchange_identification: Connection closed by remote host

Posted at

ssh_exchange_identification: Connection closed by remote hostが出た時

Overview

ssh で git clone しにいった時下記のようなログを吐き出し取得してくれませんでした。

keisuke ~:$: 
->> git clone git@github.com:keisukeYamagishi/xsort.git
Cloning into 'xsort'...
ssh_exchange_identification: Connection closed by remote host
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

このような場合巷では、knownhostを編集しろだの、サーバーのIPアドレスを変えるだの、サーバー側の /etc/ほにゃららを見直せなど色々ありますが、それでも解決しない場合、

VPNで接続しているとできない

なので、VPNの接続を解除したらうまく行くかもしれません。

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?