GunnarFarneback / LocalRegistry.jl

Create and maintain local registries for Julia packages.
Other
222 stars 22 forks source link

Document how to use an external git binary with Pkg. #48

Closed GunnarFarneback closed 2 years ago

GunnarFarneback commented 2 years ago

From the Julia 1.7 release notes:

It is now possible to use an external git executable instead of the default libgit2 library for the downloads that happen via the Git protocol by setting the environment variable JULIA_PKG_USE_CLI_GIT=true.