質問編集履歴
1
追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -152,4 +152,68 @@
|
|
152
152
|
|
153
153
|
|
154
154
|
|
155
|
+
<追加>
|
156
|
+
|
157
|
+
別のGitHubで管理しているリポジトリに写って試しに変更をしようと
|
158
|
+
|
159
|
+
```command
|
160
|
+
|
161
|
+
git add -A
|
162
|
+
|
163
|
+
```
|
164
|
+
|
165
|
+
したところ
|
166
|
+
|
167
|
+
```command
|
168
|
+
|
169
|
+
warning: adding embedded git repository: (ファイル・リポジトリ名1)
|
170
|
+
|
171
|
+
hint: You've added another git repository inside your current repository.
|
172
|
+
|
173
|
+
hint: Clones of the outer repository will not contain the contents of
|
174
|
+
|
175
|
+
hint: the embedded repository and will not know how to obtain it.
|
176
|
+
|
177
|
+
hint: If you meant to add a submodule, use:
|
178
|
+
|
179
|
+
hint:
|
180
|
+
|
181
|
+
hint: git submodule add <url> (ファイル・リポジトリ名1)
|
182
|
+
|
183
|
+
hint:
|
184
|
+
|
185
|
+
hint: If you added this path by mistake, you can remove it from the
|
186
|
+
|
187
|
+
hint: index with:
|
188
|
+
|
189
|
+
hint:
|
190
|
+
|
191
|
+
hint: git rm --cached (ファイル・リポジトリ名1)
|
192
|
+
|
193
|
+
hint:
|
194
|
+
|
195
|
+
hint: See "git help submodule" for more information.
|
196
|
+
|
197
|
+
warning: adding embedded git repository: (ファイル・リポジトリ名2)
|
198
|
+
|
199
|
+
warning: adding embedded git repository: (ファイル・リポジトリ名3)
|
200
|
+
|
201
|
+
warning: adding embedded git repository: (ファイル・リポジトリ名4)
|
202
|
+
|
203
|
+
warning: adding embedded git repository: (ファイル・リポジトリ名5)
|
204
|
+
|
205
|
+
コード
|
206
|
+
|
207
|
+
```
|
208
|
+
|
209
|
+
となりエラーを吐きました。
|
210
|
+
|
211
|
+
(ファイル・リポジトリ名)としているのは表示された自分のリポジトリ名もしくはファイル名を
|
212
|
+
|
213
|
+
任意のものに変えただけです。
|
214
|
+
|
215
|
+
|
216
|
+
|
217
|
+
|
218
|
+
|
155
219
|
何卒、よろしくお願いいたします。
|