Skip to content

Instantly share code, notes, and snippets.

@xukai92
Last active June 26, 2020 23:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xukai92/55900bd0e03f1d5ebc59dc367bf471dc to your computer and use it in GitHub Desktop.
Save xukai92/55900bd0e03f1d5ebc59dc367bf471dc to your computer and use it in GitHub Desktop.
Resolve the SSL issue with Julia's Pkg
using LibGit2
LibGit2.set_ssl_cert_locations("/etc/ssl/certs/ca-certificates.crt")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment