error in the path /run/user/1000/doc/5029259c/Dev
hello, i have an issue setting the path to clone from github, Error Error: Refusing to initialize the non-empty directory as '/run/user/1000/doc/5029259c/Dev/x
my os is fedora and i cant, i dont know if it is a issue or just me /run/user/1000/doc/5029259c/Dev is the default dir and can't change it
Function not implemented (os error 38)
Thanks for reporting!
Function not implemented (os error 38)
This portion of the issue should be resolved with #4900, and will report here once a nightly is available. This also means this is a duplicate of #4895.
Error: Refusing to initialize the non-empty directory as '/run/user/1000/doc/5029259c/Dev/x
This is gitoxide refusing to clone into a none-empty directory, which is similar to what Git would do. Can you specify one (or non-existing) that is empty?
I'd like to leave this issue open, despite being a duplicate, to resolve the issue around cloning, or maybe learn how both portions of this issue are related. Maybe a failed first clone leaves files that prevent a second clone?