Problem to install packages

This is a bug in the version of JuliaPro you’re running.

There are two ways to fix this:
a) Upgrade to JuliaPro 1.0.5.2.
b) If you want to stay on the same version, go to C:\Users\Usuário\.juliapro\JuliaPro_v1.0.4.1\registries\JuliaPro and run

git config core.fileMode false

if you have git installed. otherwise you’ll need to edit C:\Users\Usuário\.juliapro\JuliaPro_v1.0.4.1\registries\JuliaPro\.git\config and add or change the filemode flag to false. The file should contain

[core]
	filemode = false

afterwards.

1 Like