You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This command **should succeed**; thus, I added the `&& echo "success"` so that the last line is
33
+
`success` if everything finished properly.
34
+
35
+
One issue that has been observed is that this command fails
36
+
rather quietly after a lot of printouts. Specifically, on MacOS, there was an issue where
37
+
`git lfs` was not found and so `acts`'s submodule `OpenDataDetector` was failing to checkout
38
+
and issuing a `fatal` error. This prevented all of the submodules from being updated and thus
39
+
the missing file.
40
+
41
+
Make sure `git lfs` is installed by running that command and seeing that it prints out
42
+
a help message instead of an error like `'lfs' is not a git command`. If you see this
43
+
error, you need to [install `git lfs`](https://docs.github.com/en/repositories/working-with-files/managing-large-files/installing-git-large-file-storage).
44
+
~~~
45
+
24
46
~~~admonish question collapsible=true title="CMake error: does not contain a CMakeLists.txt file."
25
47
The full text of this error looks like (for example)
0 commit comments