This is a known problem.  Basically, Pkg is slow on Windows because it 
launches lots of little git processes, and launching processes is slow on 
Windows.

Work is ongoing to fix this by calling the libgit library rather than 
launching git processes: https://github.com/JuliaLang/julia/pull/11196

Reply via email to