Error: destination path 'WebODM' already exists and is not an empty directory

Hi,

I downloaded docker and Gitbash on windows 10 so I can download WebODM.
But when I put the code <git clone GitHub - OpenDroneMap/WebODM: User-friendly, commercial-grade software for processing aerial imagery. 🛩 --config core.autocrlf=input --depth 1> in Gitbash I clicked cancel…

Now when I try to put the same code in Gitbash it says <fatal: destination path ‘WebODM’ already exists and is not an empty directory.>

How do I remove these files so I can start over?

Thank you in advance.

1 Like

Welcome!

You can open File Explorer to where you are working and delete the WebODM folder.

Alternatively, you can use rmdir from the Windows Command Prompt, or rm -rf from the GitBash Terminal

1 Like