Hello, maybe somebody face same problem? I cannot add any Julia packages. 
The error message is always different, but result is the same.  What I'm 
doing wrong?

julia> Pkg.add("Gadfly")
ERROR: key not found: "StatsBase"
 in wait at task.jl:51

julia> Pkg.add("Jewel")
ERROR: key not found: "WinRPM"
 in wait at task.jl:51
 in add at pkg/entry.jl:319

julia> Pkg.add("Curl")
INFO: Cloning cache of Curl from git://github.com/forio/Curl.jl.git
INFO: Installing Curl v0.0.3
error: internal error: refs/remotes/origin/master is not a valid packed 
reference!
error: internal error: refs/tags/v0.0.2 is not a valid packed reference!
error: Trying to write ref refs/heads/master with nonexistent object 
fd0e393f4f3b5c78f4174ccc2d62b239a8370ad4
fatal: Cannot update the ref 'HEAD'.
fatal: The remote end hung up unexpectedly
ERROR: failed process: Process(`git clone -q 'S:\.julia\.cache\Curl' Curl`, 
ProcessExited(128)) [128]
 in wait at task.jl:284

julia> Pkg.add("Example")
fatal: Not a git repository: 'S:\.julia\Curl\.git'
ERROR: failed process: Process(`git '--work-tree=S:\.julia\Curl' 
'--git-dir=S:\.julia\Curl\.git' rev-parse HEAD`, ProcessExited(128)) [128]
 in wait at task.jl:51
 in add at pkg/entry.jl:319

julia> Pkg.add("GZip")
fatal: Not a git repository: 'S:\.julia\Curl\.git'
ERROR: failed process: Process(`git '--work-tree=S:\.julia\Curl' 
'--git-dir=S:\.julia\Curl\.git' rev-parse HEAD`, ProcessExited(128)) [128]
 in wait at task.jl:51
 in add at pkg/entry.jl:319

julia> Pkg.add("Helpme")
fatal: Not a git repository: 'S:\.julia\Curl\.git'
ERROR: failed process: Process(`git '--work-tree=S:\.julia\Curl' 
'--git-dir=S:\.julia\Curl\.git' rev-parse HEAD`, ProcessExited(128)) [128]
 in wait at task.jl:51
 in add at pkg/entry.jl:319

julia>

Bst regards, Igor.

Reply via email to