Skip to content

Commit c791645

Browse files
committed
add troubleshooting for missing submodules
1 parent b26f112 commit c791645

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,11 @@ No CMAKE_Fortran_COMPILER could be found.
102102
```
103103
Try installing a Fortran compiler (e.g., `brew reinstall gcc`)
104104

105+
```
106+
warning: no files found matching 'gitmodules/...
107+
```
108+
Since git clone was done without recursive option, try: `git submodule update --init`
109+
105110
#### How to debug
106111
```sh
107112
git clone --recursive git+https://github.com/open-atmos/PyPartMC.git

0 commit comments

Comments
 (0)