Hello,
I have a manjaro installed pc. I installed julia through manjaro package management system (pacman). The installed julia version is 1.3.1. I tried to install several packages from RELP but I receive following error
julia>
(v1.3) pkg> add DataFrames
Cloning default registries into `~/.julia`
Cloning registry from "https://github.com/JuliaRegistries/General.git"
ERROR: failed to clone from https://github.com/JuliaRegistries/General.git, error: GitError(Code:ERROR, Class:Invalid, invalid version 0 on git_proxy_options)
However I can manually clone via
git clone https://github.com/JuliaRegistries/General.git
Git is working as expected. I am behind a firewall but the pc can access internet without proxy settingsā¦
Any help much appreciated.