I am having an issue after installing julia 1.7.1 on Ubuntu using Jill.py that Pkg updates result in an error:
(@v1.7) pkg> update
Updating registry at `~/.julia/registries/General`
Updating git-repo `https://github.com/JuliaRegistries/General.git`
TLS host verification: the identity of the server `github.com` could not be verified. Someone could be trying to man-in-the-middle your connection. It is also possible that the correct server is using an invalid certificate or that your system's certificate authority root store is misconfigured.
β Error: Some registries failed to update:
β β /home/daniel/.julia/registries/General β failed to fetch from repo
β @ Pkg.Registry /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.7/Pkg/src/Registry/Registry.jl:450
There donβt seem to be any open issues for this. Any ideas on whether I did something wrong and how to resolve it?
Thanks!