johnh suggested a workaround in an answer to another of my posts. It works in a try
statement for my initial setup script.
using Pkg
try
Pkg.update()
catch
Pkg.setprotocol!("git")
Pkg.update()
end
If I find an answer to the root problem I will still post it here.
Here is additional information for the computer in question.
Windows 10.0.17763
Julia Version 1.1.1
Commit 55e36cc308 (2019-05-16 04:10 UTC)
Platform Info:
OS: Windows (x86_64-w64-mingw32)
CPU: Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-6.0.1 (ORCJIT, skylake)