Ok, it was just a guess. At least do git status in .julia/v0.5/Nemo to see what isn't clean.
Bill. On 31 October 2016 at 15:07, digxx <diger_d...@hotmail.com> wrote: > > > Am Montag, 31. Oktober 2016 14:27:26 UTC+1 schrieb Bill Hart: >> >> It's probably due to the fact that you've made some changes in the git >> repository. You can do git stash to temporarily store the changes you made, >> then do Pkg.update() and then if you still need the changes, do git stash >> apply. >> >> Bill. >> > > hm...what? > If I do git stash in cygwin I get: > > Diger@Diger-PC ~ > $ git stash > fatal: Not a git repository (or any of the parent directories): .git > > What specific changes are u refering to ? > >