gitbutler icon indicating copy to clipboard operation
gitbutler copied to clipboard

error in the path /run/user/1000/doc/5029259c/Dev

Open LennartDaniyyel opened this issue 1 year ago • 1 comments

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)

LennartDaniyyel avatar Sep 13 '24 08:09 LennartDaniyyel

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?

Byron avatar Sep 13 '24 10:09 Byron