Version Control - Github

While clone a remote GIT repository to local repository showing below issue. Please advice me.

The check out directory is out empty.

Hi @Gowthaman_Subramanian

Are you cloning to existing directory?

If you’re cloning into an existing directory, ensure that the directory is empty. Git only allows cloning into an existing directory if it’s empty.

If it’s not empty, consider cloning into a new directory or clearing the existing one

Yes, I got it. Thank you Swathi.