You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When attempting to copy files/dirs from the temporary directory to the destination and there already exists the same source directory in dst, the os.Rename call returns an ErrExist error ("file exists").
Note
This only occurs with directories; files are overwritten.
This is easily reproduced by running the same gitdl command twice containing at least one directory source: