質問編集履歴
1
エラーメッセージの記載がわかりにくかったため
test
CHANGED
File without changes
|
test
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
■ 課題
|
2
2
|
|
3
3
|
下記手順で行いましたが、git push origin masterの段階で、レポジトリーがないと表示されました。
|
4
|
+
|
5
|
+
```txt
|
6
|
+
|
7
|
+
remote: Repository not found.
|
8
|
+
|
9
|
+
fatal: repository 'https://github.com/Marina-fruits/Reflection.git/' not found
|
10
|
+
|
11
|
+
```
|
12
|
+
|
13
|
+
|
4
14
|
|
5
15
|
このようなエラーの場合、可能性の高い原因は[Gitの公式サイト](https://docs.github.com/ja/github/creating-cloning-and-archiving-repositories/cloning-a-repository-from-github/error-repository-not-found)によると、
|
6
16
|
|