I have problems with installing juno on windows 8.1:
INFO: Couldn't find Jewel package, attempting installation...
fatal: bad default revision 'HEAD'
-----------------------------------------------
We couldn't install Jewel.jl for you.
Try using Pkg.add("Jewel") in a Julia repl.
-----------------------------------------------
ERROR: failed process: Process(`git '--git-dir=C:\Users\Halim
hamadi\.julia\v0.3\.cache\FixedPointNumbers' log --all --format=%H`,
ProcessExited(128)) [128]
in wait at task.jl:51
in sync_end at task.jl:311
in add at pkg/entry.jl:319
in add at pkg/entry.jl:71
in anonymous at pkg/dir.jl:28
in cd at file.jl:30
in cd at pkg/dir.jl:28
in add at pkg.jl:20
in include at boot.jl:245
in include_from_node1 at loading.jl:128
in process_options at client.jl:285
in _start at client.jl:354
while loading
C:\Users\HALIMH~1\AppData\Local\Temp\Rar$EXa0.539\resources\app\plugins\Julia-LT\jl\init.jl,
in expression starting on line 33
and I have tried installing jewel in IDLE Julia, but I also get the problem:
*julia>* Pkg.add("Jewel")
fatal: bad default revision 'HEAD'
ERROR: failed process: Process(`git '--git-dir=C:\Users\Halim
hamadi\.julia\v0.3
\.cache\FixedPointNumbers' log --all --format=%H`, ProcessExited(128)) [128]
in wait at task.jl:51
in sync_end at task.jl:311
in add at pkg/entry.jl:319
in add at pkg/entry.jl:71
in anonymous at pkg/dir.jl:28
in cd at file.jl:30
in cd at pkg/dir.jl:28
in add at pkg.jl:20
How to resolve it?
thank you