I just installed the Julia+Juno bundle (downloaded from Julialang.org) and ran the following code:
Pkg.status() Pkg.update() and the result is "failed process: Process(git pull --rebase -q, ProcessExited(1))[1] in pipeline_error at process.jl:555", while the console shows "error: Cannot pull with rebase: You have unstaged changes." Does anyone know what this is all about and what should I do? Thanks!
