Closed unkcpz closed 2 years ago
I also have the issue with
$ cd clouddrive/ $ copier update
It says
jusong@Azure:~/clouddrive$ copier update Updating is only supported in git-tracked subprojects.
The deployments directory (e.g. ~/clouddrive
) should be git-tracked. Would you mind adding a note about that to the README as well, please?
however maybe you can add a note about the git-tracking to the same PR?
I think copier gh:aiidalab/aiidalab-on-azure ~/clouddrive
should do fetch with the git but seems not.
So maybe just remove the set HTTPS on with copier update
?
however maybe you can add a note about the git-tracking to the same PR?
I think
copier gh:aiidalab/aiidalab-on-azure ~/clouddrive
should do fetch with the git but seems not. So maybe just remove the set HTTPS on withcopier update
?
I don't understand what you mean. copier update
should work when ~/clouddrive
is git-tracked. The documentation is already recommending to use copier update
to toggle that config vaule.
I also have the issue with
It says