Since updating to 0.4.0, I’ve had permissions problems when trying to update my package list:
julia> Pkg.update() INFO: Updating METADATA... Permission denied (publickey). fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. ERROR: failed process: Process(`git pull --rebase -q`, ProcessExited(1)) [1] in pipeline_error at process.jl:555 I have a public key and config file in the folder indicated by ENV["USERPROFILE"], and it works fine if I manually (in powershell) go to the METADATA directory and do git pull --rebase, but Julia’s Pkg doesn’t seem to pick these settings up. This worked in the RC’s, as far as I can remember. How do I get this working again? // T
