ControlToolbox.jl
ControlToolbox.jl copied to clipboard
Cloning repository on Windows fails
Trying to clone the repository on my Windows 7 machine gives the error message:
Resolving deltas: 100% (71/71), done.
error: unable to stat just-written file src/aux.jl: No such file or directory
Checking out files: 100% (30/30), done.
fatal: unable to checkout working tree
warning: Clone succeeded, but checkout failed.
You can inspect what was checked out with 'git status'
and retry the checkout with 'git checkout -f HEAD'
The suggested 'get checkout -f HEAD' did not help. After googling the error I suppose that the problem is that the file name aux.jl is a reserved file name in Windows, similar to what is reported at https://stackoverflow.com/a/51523161.
Hi @bernhard-thiele , thanks for reporting!
In fact, this package has not being updated yet to be compatible with Julia 1.0. I will try to do this in the following days.