This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Description
Versions
- GitHub Extension for Visual Studio version: 2.6.0
- Visual Studio version: 2015 (probably all)
What happened
- Attempted to clone
grokys/PullRequestSandbox3 (which doesn't exist)
- Attempted to clone
grokys/PullRequestSandbox to the grokys\PullRequestSandbox3 folder
- Was block because there's an empty directory in the target destination
Expected behavior
- User should be able to clone into empty directory
- When a clone fails, the empty directory created for the clone should be deleted.
Screenshots

Note: The logic that the new Visual Studio 2019 Get to Code feature uses is that a directory must be empty or not exist on order to clone. I think we should be consistent with this and allow cloning to empty directories.
