Try
Pkg.clone("https://github.com/JuliaLang/WinRPM.jl.git")
for WinRPM, it might fail because it needs Zlib
so
Pkg.clone("https://github.com/dcjones/Zlib.jl.git") first.
it worked for me on windows
Try
Pkg.clone("https://github.com/JuliaLang/WinRPM.jl.git")
for WinRPM, it might fail because it needs Zlib
so
Pkg.clone("https://github.com/dcjones/Zlib.jl.git") first.
it worked for me on windows