tutorials icon indicating copy to clipboard operation
tutorials copied to clipboard

fatal: cannot create directory at 'general/aux': Invalid argument

Open feefladder opened this issue 3 years ago • 2 comments

I cannot clone the directory due to the following, spurious error. On

git restore --staged .
git add general/aux
git add news/         #this also gave an error?
git commit -m "random message"
git reset --hard

this was resolved, but this is of course by far a sub-optimal solution.

feefladder avatar Sep 29 '22 14:09 feefladder

Thanks for opening an issue! Can you provide more detail on how you're cloning the repo and what error it's giving you?

For me, simply cloning via HTTP is working just fine:

git clone https://github.com/gis-ops/tutorials.git

chrstnbwnkl avatar Oct 13 '22 11:10 chrstnbwnkl

I clone over SSH, on a Ubuntu (Pop-os) system. Let me see if cloning over https works

feefladder avatar Oct 13 '22 13:10 feefladder