opened 11:35AM - 29 Aug 19 UTC
bug
upstream
external dependencies
Opening this issue here since I am pretty sure Pkg has not changed anything, may… be this is related to the libgit2 upgrade (#32806)?
```
$ julia13 -e 'using Pkg; Pkg.Registry.update()'
Updating registry at `~/.julia/registries/General`
Updating git-repo `https://github.com/JuliaRegistries/General.git`
┌ Warning: Some registries failed to update:
│ — /home/fredrik/.julia/registries/General — failed to fetch from repo
└ @ Pkg.Types ~/julia13/usr/share/julia/stdlib/v1.3/Pkg/src/Types.jl:1189
$ julia12 -e 'using Pkg; Pkg.Registry.update()'
Updating registry at `~/.julia/registries/General`
Updating git-repo `https://github.com/JuliaRegistries/General.git`
```
This time the problem seems to crop up on local packages.
The problem goes away when downgrading to libgit2 v1.1. The problem has been reported on the
Rust tracker also,