Rich-Harris / degit

Straightforward project scaffolding
MIT License
6.93k stars 242 forks source link

fix: remove .git file in windows #367

Open howelwu opened 8 months ago

howelwu commented 8 months ago

_cloneWithGit will delete .git file when git clone succeed, but rm -rf is not supported in widnows.