1. ホーム
  2. git

[解決済み】Git: Git リポジトリのクローン作成中に、パーミッションが拒否された (publickey) fatal - リモートリポジトリから読み込めなかった。

2022-04-15 16:50:15

質問

Git リポジトリをクローンすることができず、このエラーが表示されます。

krishna.soni@KRISHNACHANDRAS /c/Projects $ git clone http://stage.abc.com:10088/pqr
http://<url>/<repository> Cloning into '<repository>'... fatal: could not read Username for 'http://<url>': No such file or directory

私が読んだのは Bitbucket、Windowsと "fatal: could not read Password for"(致命的:パスワードを読み取れませんでした)。 が、まだ問題があります。

さらに進めていくと、次のようなエラーが発生します。

sh.exe": chown: command not found

krishna.soni@KRISHNACHANDRAS /c
$ git clone ssh://[email protected].
/projects
Cloning into 'C:/projects'...
Permission denied (publickey).
fatal: Could not read from remote repository.

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

> krishna.soni@KRISHNACHANDRAS /c
>     $ git clone ssh:<url>
>     ts
>     Cloning into 'C:/projects'...
>     Permission denied (publickey).
>     fatal: Could not read from remote repository.

Please make sure you have the correct access rights

で、リポジトリが存在します。

解決方法は?

Windows 7 の問題ではなく、パーミッションの問題のようです。

あなたのsshキーは認証されていません。 Permission denied (publickey) .

公開用の ssh 鍵を作成し、Git リポジトリの管理者から ssh 公開鍵

その方法についてご案内します。 sshキーの保存に失敗