git/submdule/\342\200\235Direct fetching of that commit failed.\342\200\235\343\202\222\350\247\243\346\261\272\343\201\231\343\202\213.md
... ...
@@ -10,10 +10,10 @@ Fetched in submodule path '[レポジトリ名]', but it did not contain [コミ
10 10
```
11 11
と出た場合.
12 12
13
-- 原因1
14
- submoduleのレポジトリをリモートレポジトリにpushし忘れている
13
+- 原因1
14
+ submoduleのレポジトリをリモートレポジトリにpushし忘れている
15 15
→作業していたマシンで`git push --recurse-submodules`する.
16 16
17
-- 原因2
18
- submoduleのoriginのURLが変わった
17
+- 原因2
18
+ submoduleのoriginのURLが変わった
19 19
→`git submodule sync`
... ...
\ No newline at end of file