Crosspost here.
I add
ed a package and then dev
ed it and then removed it before free
ing it. Now I am getting an error that I can’t fix. I removed the registries directory and also downloaded julia 1.7 and started fresh (for new Manifest
and Project
files), but I get the following error:
(@v1.7) pkg> add https://github.com/jacob-roth/PowerDynamics.jl.git
Cloning git-repo `https://github.com/jacob-roth/PowerDynamics.jl.git`
ERROR: failed to clone from https://github.com/jacob-roth/PowerDynamics.jl.git, error: GitError(Code:ERROR, Class:OS, could not remove directory /Users/myuser/.julia/clones/231828409692979274/refs/remotes/origin/compathelper/new_version/2020-08-01-00-06-19-852-2271493462': parent is not directory: Not a directory)
The clone /Users/myuser/.julia/clones/231828409692979274/
does not exist. What can I do? I've tried rm
ing the package PowerDynamics
, downloading a fresh version of julia and retrying, and also deleting the whole .julia/
directory, but i still get the same error.