エラー: ssh: Could not resolve hostname bitbucket.org: Name or service not known
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
とでてクローン出来ない状態です。
SSHキーの設定などはやっています。
プロキシ環境で実行しているのですがその影響なのでしょうか?
こんにちは、アトラシアンの山本です。
エラーを拝見したところ、ご利用のDNSから bitbucket.org への名前解決ができていないようです。
職場の環境などによってはネットワーク管理者に bitbucket.org の名前解決ができるよう依頼していただく必要もあるかもしれません。プロキシ環境でアクセスしているとのことですので、設定しだいでは影響を受けている可能性もあるかと思います。
名前解決じたいができているかどうかは下記コマンドにて検証できます。
$ dig +short bitbucket.org
18.205.93.1
18.205.93.0
18.205.93.2
以上、ご確認のほどよろしくおねがいします。
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.