Many times I install new packages I end up needing to delete the clones folder or cleaning the git repository in some way.
Is there any way to avoid this problems?
Today I haven’t installed anything new but when I’ve installed new packages (for example last week StatsMakie.jl) I had this kind of errors :
I’ve seen you are the guy who replied there suggesting to remove ~/.julia/registires/General. Other threads suggest to remove the Clones folder instead.
If I don’t do it I just can’t install or build the package.
More about dirty folders:
Is there any way to remove just the broken subfolder (know which one) instead of all the registry or clones folder?
There are many reasons why these folders can break. The issue where the registry broke last week (this is probably the issue you are referring to) was a temporary issue in the registry which has now been fixed: it will not continue to happen.