haiju's 開発メモ

開発に必要な情報を自分用にメモ

remoteリポジトリの変更内容を取得しようと思って、git fetchしようとしたらアクセスエラー【調査中】

CakePHP2.xのフロントエンド部分のレイアウトを調整した

ので、リモートにマージしようと思って、いつものように、

git fetchしたらgitサーバーのパスワード入力で認証エラーに

なって困惑している。

ちなみにエラー内容。

Permission denied (publickey,gssapi-keyex,gssapi-with-mic,password).
fatal: Could not read from remote repository.

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

git clone, git status, git log等のローカルで使えるコマンドや

git diff origin/develop, git remote -v 等のコマンドは問題なく

使えるが、リモートにアクセスしようとすると怒られる。

4ヶ月くらいアクセスしてなかったリポジトリだけど、特に

自分の方では何も変更してないんだけどな。

とりあえず、時間があるので調査中。

[参考サイト]

oki2a24.com

qiita.com

Error: Permission denied (publickey) - User Documentation

kzy52.com

stackoverflow.com