以下の内容はhttps://namikuguri.hatenablog.com/entry/2017/09/04/160655より取得しました。


git pull したときにエラー(ERROR: Repository not found.)

以下のドキュメントにあるようなことをやって、GitHub アカウントを複数使えるようにした。

git pull したときに、つぎのようなエラーがでた。

[~/git-repository] master
$ git pull origin master
ERROR: Repository not found.
fatal: Could not read from remote repository.

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

対処

一回リモートリポジトリを削除する。

[~/git-repository] master
$ git remote rm origin

新しくリモートリポジトリを追加する。 複数ある GitHub アカウントのうち、使いたいアカウントを git@:namikuguri/namikuguri.github.io.git の間で指定する。

[~/git-repository] master
$ git remote add origin git@namikuguri.github.com:namikuguri/namikuguri.github.io.git
// git@{ Account }:{ GitHub Account }/{ GitHub Repository }.git



以上の内容はhttps://namikuguri.hatenablog.com/entry/2017/09/04/160655より取得しました。
このページはhttp://font.textar.tv/のウェブフォントを使用してます

不具合報告/要望等はこちらへお願いします。
モバイルやる夫Viewer Ver0.14