git doesn't have root certs for all the remote servers

This commit is contained in:
Buzz 2021-12-05 11:40:10 +10:00 committed by GitHub
parent 9f1f83e970
commit 7e8f0ab393
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,9 @@
# "-m both" will build both the copter and controller IMX. Default is both if not specified. # "-m both" will build both the copter and controller IMX. Default is both if not specified.
# "-c true" will clean the build recipies prior to beginning the build. Default is false if not specified. # "-c true" will clean the build recipies prior to beginning the build. Default is false if not specified.
# "-n true" nuclear option will delete the entire build directory to start from a totally clean slate. Default is false if not specified. # "-n true" nuclear option will delete the entire build directory to start from a totally clean slate. Default is false if not specified.
git config --global http.sslverify "false"
# Defaults if options are not set from command line set # Defaults if options are not set from command line set
MACHINE_BUILD='both' MACHINE_BUILD='both'