Created
April 30, 2017 08:14
-
-
Save idontgetoutmuch/dc882755a64b27fe51239f6db4fa4699 to your computer and use it in GitHub Desktop.
meta_add("MetaDiffEq") # Adds all of the packages, even those unregistered
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| julia> meta_add("MetaDiffEq") # Adds all of the packages, even those unregistered | |
| INFO: Loading MetaSpec from /Users/dom/.julia/v0.5/MetaPkg/src/../requires/MetaDiffEq | |
| INFO: Adding meta package: MetaDiffEq | |
| INFO: Going to run: Pkg.clone("git@github.com:JuliaDiffEq/DiffEqBifurcate.jl") | |
| INFO: Cloning DiffEqBifurcate from git@github.com:JuliaDiffEq/DiffEqBifurcate.jl | |
| Passphrase for /Users/dom/.ssh/id_rsa: | |
| ERROR: GitError(Code:EEOF, Class:SSH, ERROR: Repository not found. | |
| ) | |
| in macro expansion at ./libgit2/error.jl:99 [inlined] | |
| in clone(::String, ::SubString{String}, ::Base.LibGit2.CloneOptions) at ./libgit2/repository.jl:191 | |
| in #clone#109(::String, ::Bool, ::Ptr{Void}, ::Nullable{Base.LibGit2.AbstractCredentials}, ::Function, ::String, ::SubString{String}) at ./libgit2/libgit2.jl:327 | |
| in clone(::String, ::SubString{String}) at ./pkg/entry.jl:195 | |
| in clone(::String) at ./pkg/entry.jl:221 | |
| in (::Base.Pkg.Dir.##2#3{Array{Any,1},Base.Pkg.Entry.#clone,Tuple{String}})() at ./pkg/dir.jl:31 | |
| in cd(::Base.Pkg.Dir.##2#3{Array{Any,1},Base.Pkg.Entry.#clone,Tuple{String}}, ::String) at ./file.jl:59 | |
| in #cd#1(::Array{Any,1}, ::Function, ::Function, ::String, ::Vararg{Any,N}) at ./pkg/dir.jl:31 | |
| in meta_add(::MetaPkg.MetaSpec) at /Users/dom/.julia/v0.5/MetaPkg/src/MetaPkg.jl:232 | |
| in #meta_add#1(::String, ::Function, ::String) at /Users/dom/.julia/v0.5/MetaPkg/src/MetaPkg.jl:214 | |
| in meta_add(::String) at /Users/dom/.julia/v0.5/MetaPkg/src/MetaPkg.jl:214 | |
| julia> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment