I'm not sure how to configure julia/git to pull down packages through a
network proxy (at my workplace) so the package can get installed. If you
need any other info from me then please let me know, first time posting on
here. Error message below:
_
_ _ _(_)_ | A fresh approach to technical computing
(_) | (_) (_) | Documentation: http://docs.julialang.org
_ _ _| |_ __ _ | Type "help()" to list help topics
| | | | | | |/ _` | |
| | |_| | | | (_| | | Version 0.2.1 (2014-02-11 06:30 UTC)
_/ |\__'_|_|_|\__'_| | Official http://julialang.org/ release
|__/ | i686-w64-mingw32
julia> Pkg.add("Winston")
INFO: Initializing package repository C:\Documents and Settings\<username>\.
julia\v0.2
INFO: Cloning METADATA from git://github.com/JuliaLang/METADATA.jl
fatal: Unable to look up github.com (port 9418) (No such host is known. )
ERROR: failed process: Process(`git clone -q -b metadata-v2
git://github.com/JuliaLang/METADATA.jl METADATA`, ProcessExited(128)) [128]
in pipeline_error at process.jl:476
in run at process.jl:453
in anonymous at no file:43
in cd at file.jl:32
in init at pkg/dir.jl:41
in cd at pkg/dir.jl:25
in add at pkg.jl:19