「ERROR: Repository not found. fatal: Could not read from remote repository.」と表示された場合は、

GitGit BASH

目次一覧

 状態:確認中  閲覧数:1,410  投稿日:2020-06-01  更新日:2020-06-01
originを削除する

originを削除する

 閲覧数:427 投稿日:2020-06-01 更新日:2020-06-01
git push origin master
ローカルリポジトリ(masterブランチ)(の変更)を送信して、リモートリポジトリ(「origin」上の同名ブランチ)へ反映させる
user@xxxx MINGW64 /L/3_開発/git/大阪府 (master)
$ git push -u 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 remote rm
ローカルリポジトリからリモート URL を削除する
※リモートリポジトリをサーバから削除するわけではない(ローカルリポジトリからリモートリポジトリへの参照を削除するだけ)
user@xxxx MINGW64 /L/3_開発/git/大阪府 (master)
$ git remote rm origin

user@xxxx MINGW64 /L/3_開発/git/大阪府 (master)
$ git remote add origin git@github.com:GitHubユーザー名/test_2020_06_01.git

user@xxxx MINGW64 /L/3_開発/git/大阪府 (master)
$ git remote -v
origin  git@github.com:GitHubユーザー名/test_2020_06_01.git (fetch)
origin  git@github.com:GitHubユーザー名/test_2020_06_01.git (push)


git push origin master
ローカルリポジトリ(masterブランチ)(の変更)を送信して、リモートリポジトリ(「origin」上の同名ブランチ)へ反映させる
user@xxxx MINGW64 /L/3_開発/git/大阪府 (master)
$ git push -u origin master
Enumerating objects: 3, done.
Counting objects: 100% (3/3), done.
Delta compression using up to 8 threads
Compressing objects: 100% (2/2), done.
Writing objects: 100% (3/3), 244 bytes | 122.00 KiB/s, done.
Total 3 (delta 0), reused 0 (delta 0)
To github.com:GitHubユーザー名/test_2020_06_01.git
 * [new branch]      master -> master
Branch 'master' set up to track remote branch 'master' from 'origin'.



fatal: remote error: is not a valid repository name

GitHub への PUSH へ 1回成功したぐらいでは、Git 理解したことには全然ならない



類似度ページランキング
順位 ページタイトル抜粋
1 「ERROR: Repository not found. fatal: Could not read from remote repository.」と表示された場合は、 40
2 「Email sent! We sent you a new copy of the confirmation email.」と表示されているのに、メール受信出来ない 30
3 「Twitter Developer」審査結果に通り、appを作成。しかし、いつの間にか「User is not Authorized」が表示されていたケース 25
4 「2023 年 4 月 30 日」前後にTwitterアカウントが「SUSPENDED This App has violated Twitter Rules and policies.」と表示された場合には、「Downgrade」ボタンを押した方がよいと思われます。 25
5 意図せずSubModuleが作成された場合は、「$ git rm -rf --cached <対象ファイル or path>」後、「$ git add <対象ファイル or path>」 25
6 「This App has violated Twitter Rules and policies. As a result, it can no longer be accessed. For assistance, submit a support ticket.」と表示された場合、 23
7 「Default branch」ではなく「Your branches」 23
8 意図せずSubModule(ディレクトリに白い矢印)が作成された場合は、「$ git rm -rf --cached <対象ファイル or path>」後、「$ git add <対象ファイル or path>」 23
9 fatal: remote error: is not a valid repository name 23
10 「Windows10」へ「gitfor windows VERSION 2.18.0」をインストール 22
11 「Windows10」へ「gitfor windows VERSION 2.22.0」をインストール 22
12 Knuth–Morris–Pratt algorithm border 21
13 we are unable to approve your developer application at this time. 21
14 「Google AdSense」と「iOSアプリ開発」の共通点 20
15 「Twitter Developer」で、遭遇したエラー系メッセージ 20
16 You currently have access to a subset of Twitter API v2 endpoints 20
17 「Twitter Developers」でApp作成 20
18 Git BASH 作業履歴 2022/10/21 / P28 site-ranking(4Th-Ranking-Service) / 他の「.git」ディレクトリが存在した状態のまま下記gitコマンドを実行したため、意図せず「submodule」化されてしまった例 19
19 Twitterにおける「name」「screen_name」「user_id」の意味は明確に異なる 19
20 Git BASH 作業履歴 2022/10/20 / P48 site-rank(First-Ranking-Service) / 「Add a README」後「git push -f origin main」実行したため、「README」削除 19
2025/9/06 16:41 更新
週間人気ページランキング / 8-30 → 9-5
順位 ページタイトル抜粋 アクセス数
1 コインチェック株式会社   | Webサービスビジネス 2
2 we are unable to approve your developer application at this time. | Twitter Developer(Twitter) 1
2 Git Bash で異なるディレクトリの指定ディレクトリへ移動する。「$ cd /L/3_開発/git/大阪府」 | Git BASH(Git) 1
2 Twitter API v1.1 / OAuth 1.0A / OAuth 2.0 1
2 Git 確認系コマンド | GitHub(Git) 1
2 「Windows10」へ「gitfor windows VERSION 2.22.0」をインストール | GitHub(Git) 1
2 「既存Twitterアプリが使用できる」からと言って「Twitter開発者アカウント」を保持しているとは限らない | Twitter Developer(Twitter) 1
2 「Twitter Developers」でApp作成 | Twitter Developer(Twitter) 1
2 過去の「0文字引用RT」を期間指定して取得しようとするも、挫折 | Twitter API (Twitter) 1
2 リーディングアプリサービスとなるためには信頼関係など不要。アフィリエイターを使い捨てる戦略が有効 | Webサービスビジネス 1
2 個人事業主が導入可能な決済系サービス2次選考過程第1段階 | 決済(Webサービスビジネス) 1
2 開発 0 1
2 古いコードを処分 | プログラミング 1
2 RTだけ表示するやつ / 2020/3/20時点の結論 / Link 1
2 同じ携帯電話番号でも、複数の「Twitter Developers」アカウントを作成可能 | Twitter Developer(Twitter) 1
2 GitHubリモートリポジトリ名には日本語を使用できない。使用すると、ハイフンへ自動置換されてしまう | GitHub(Git) 1
2 旧 Twitter API 分類 / REST APIs / Streaming APIs | Twitter API 旧仕様(Twitter) 1
2 意図せずSubModule(ディレクトリに白い矢印)が作成された場合は、「$ git rm -rf --cached <対象ファイル or path>」後、「$ git add <対象ファイル or path>」 | Git BASH(Git) 1
2 既存Twitterアカウントより電話番号を削除すると、どうなるの? 新規アプリ作成する際、再度電話番号を使用したSMS認証が必要になる | Twitter Developer(Twitter) 1
2025/9/6 1:02 更新