I am trying to generate a package using Pkg generate.
Pkg>generate test
gave
ERROR: GitError(Code:ERROR, Class:SSL, Your Julia is built with a SSL/TLS engine that libgit2 doesn't know how to configure to use a file or directory of certificate authority roots, but your environment specifies one via the SSL_CERT_FILE variable. If you believe your system's root certificates are safe to use, you can
export JULIA_SSL_CA_ROOTS_PATH=“” in your environment to use those instead.)
Can anyone explain what this error means and how to solve it?
I tried
julia>export JULIA_SSL_CA_ROOTS_PATH=""
at the julia prompt but got the error
ERROR: syntax: invalid assignment location "export JULIA_SSL_CA_ROOTS_PATH" around REPL[1]:1
(julia newbie, Pkg noob…:))