-
Notifications
You must be signed in to change notification settings - Fork 82
Closed
Labels
bugfixBug fixes to existing featuresBug fixes to existing features
Description
In MIVisionX-setup.py, line 103 attempts to perform a git submodule update --init --recursive
in the protobuf-3.5.2
folder. However, this folder comes from a release .zip file, rather than from a git clone
. As such, it is not a git repository (it has no .git
folder).
When I try to run this script, it shows the following error:
fatal: Not a git repository (or any of the parent directories): .git
It then goes on because the script does not error checking. I believe the solution here is to simply not include line 110. Thoughts?
Metadata
Metadata
Assignees
Labels
bugfixBug fixes to existing featuresBug fixes to existing features