Hello colleagues,
initially this was:
https://groups.google.com/forum/?fromgroups#!topic/julia-dev/BHAfR0PxEHo
I have managed to set my/our http proxy for the git.
So this works:
D:\addprogram\Julia 0.3.0-prerelease>julia.lnk
_
_ _ _(_)_ | A fresh approach to technical computing
(_) | (_) (_) | Documentation: http://docs.julialang.org
_ _ _| |_ __ _ | Type "help()" to list help topics
| | | | | | |/ _` | |
| | |_| | | | (_| | | Version 0.3.0-prerelease+3121 (2014-05-19 22:16
UTC)
_/ |\__'_|_|_|\__'_| | Commit e1468d5* (34 days old master)
|__/ | i686-w64-mingw32
julia> Pkg.update()
INFO: Updating METADATA...
Checking out files: 100% (1276/1276), done.
INFO: Computing changes...
INFO: No packages to install, update or remove
julia>
(took roughly 10 minutes).
But unfortunately this
julia> Pkg.add("Winston")
INFO: Cloning cache of BinDeps from
git://github.com/JuliaLang/BinDeps.jl.git
INFO: Cloning cache of Cairo from git://github.com/JuliaLang/Cairo.jl.git
INFO: Cloning cache of Color from git://github.com/JuliaLang/Color.jl.git
INFO: Cloning cache of HTTPClient from
git://github.com/amitmurthy/HTTPClient.jl
.git
INFO: Cloning cache of IniFile from
git://github.com/JuliaLang/IniFile.jl.git
INFO: Cloning cache of LibCURL from
git://github.com/amitmurthy/LibCURL.jl.git
INFO: Cloning cache of LibExpat from
git://github.com/amitmurthy/LibExpat.jl.git
INFO: Cloning cache of Tk from git://github.com/JuliaLang/Tk.jl.git
INFO: Cloning cache of URIParser from git://github.com/Keno/URIParser.jl.git
INFO: Cloning cache of URLParse from
git://github.com/tanmaykm/URLParse.jl.git
INFO: Cloning cache of WinRPM from git://github.com/JuliaLang/WinRPM.jl.git
INFO: Cloning cache of Winston from git://github.com/nolta/Winston.jl.git
INFO: Cloning cache of Zlib from git://github.com/dcjones/Zlib.jl.git
INFO: Installing BinDeps v0.2.14
fatal: bad object 56a9e88c781ad4c0ea2e362aac14a85267bb39af
fatal: remote did not send all necessary objects
fatal: The remote end hung up unexpectedly
ERROR: failed process: Process(`git clone -q
'H:\.julia\v0.3\.cache\BinDeps' Bin
Deps`, ProcessExited(128)) [128]
not.
Is this still a git issue or does something in the line of communication
interfere? (like proxy?).
Wishing a happy day,
Andreas