I had the same issue today, and blowing away Stats was insufficient, but deleting & recreating ~/.julia did fix it.
On Tue, Jan 28, 2014 at 9:56 PM, John Myles White <[email protected]>wrote: > Try doing Pkg.rm("Stats"). > > -- John > > On Jan 28, 2014, at 6:47 PM, Carlos Lesmes <[email protected]> wrote: > > Hi, > I'm on mac 10.7 Julia 0.2.0, today I updated but found this: > julia> Pkg.update() > INFO: Updating METADATA... > INFO: Updating cache of Stats... > INFO: Updating cache of StatsBase... > INFO: Updating cache of Distance... > INFO: Updating cache of JSON... > INFO: Updating cache of PyPlot... > INFO: Updating cache of NumericExtensions... > ERROR: failed process: Process(`git > --git-dir=/Users/carloslesmes/.julia/.cache/Stats merge-base > 0efba512a2bf8faa21e61c9568222ae1ae96acbb > 5113ce6044fc554b350ea16f92502f8d6e077a62`, ProcessExited(1)) [1] > in pipeline_error at process.jl:476 > in readbytes at process.jl:430 > in readall at process.jl:437 > in readchomp at git.jl:26 > in installed_version at pkg/read.jl:70 > in installed at pkg/read.jl:121 > in update at pkg/entry.jl:231 > in anonymous at pkg/dir.jl:25 > in cd at file.jl:22 > in cd at pkg/dir.jl:25 > in update at pkg.jl:40 > anybody knows what's wrong? Please help. > > >
