Last active
June 26, 2020 23:27
-
-
Save xukai92/55900bd0e03f1d5ebc59dc367bf471dc to your computer and use it in GitHub Desktop.
Resolve the SSL issue with Julia's Pkg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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