teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

1

追加

2020/11/12 15:06

投稿

tomotomo_1D
tomotomo_1D

スコア4

title CHANGED
File without changes
body CHANGED
@@ -75,4 +75,36 @@
75
75
  変わっていました。
76
76
  確かこの部分で最初のエラーがでたはずです。
77
77
 
78
+ <追加>
79
+ 別のGitHubで管理しているリポジトリに写って試しに変更をしようと
80
+ ```command
81
+ git add -A
82
+ ```
83
+ したところ
84
+ ```command
85
+ warning: adding embedded git repository: (ファイル・リポジトリ名1)
86
+ hint: You've added another git repository inside your current repository.
87
+ hint: Clones of the outer repository will not contain the contents of
88
+ hint: the embedded repository and will not know how to obtain it.
89
+ hint: If you meant to add a submodule, use:
90
+ hint:
91
+ hint: git submodule add <url> (ファイル・リポジトリ名1)
92
+ hint:
93
+ hint: If you added this path by mistake, you can remove it from the
94
+ hint: index with:
95
+ hint:
96
+ hint: git rm --cached (ファイル・リポジトリ名1)
97
+ hint:
98
+ hint: See "git help submodule" for more information.
99
+ warning: adding embedded git repository: (ファイル・リポジトリ名2)
100
+ warning: adding embedded git repository: (ファイル・リポジトリ名3)
101
+ warning: adding embedded git repository: (ファイル・リポジトリ名4)
102
+ warning: adding embedded git repository: (ファイル・リポジトリ名5)
103
+ コード
104
+ ```
105
+ となりエラーを吐きました。
106
+ (ファイル・リポジトリ名)としているのは表示された自分のリポジトリ名もしくはファイル名を
107
+ 任意のものに変えただけです。
108
+
109
+
78
110
  何卒、よろしくお願いいたします。