You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Follow up to #13542. Miscaptializing package names should error here (on OSX).
julia> Pkg.clone("distributions")
INFO: Cloning distributions from git://github.com/JuliaStats/Distributions.jl.git
ERROR: Base.Pkg.PkgError("distributions already exists")
[inlined code] from pkg.jl:13in clone at pkg/entry.jl:193in clone at pkg/entry.jl:221in anonymous at pkg/dir.jl:31in cd at file.jl:22in cd at pkg/dir.jl:31
[inlined code] from pkg/dir.jl:25in clone at pkg.jl:37in eval at ./boot.jl:264
The text was updated successfully, but these errors were encountered:
Follow up to #13542. Miscaptializing package names should error here (on OSX).
The text was updated successfully, but these errors were encountered: