diff --git a/index.js b/index.js index 0b835a7..57d37ad 100755 --- a/index.js +++ b/index.js @@ -140,7 +140,8 @@ const cliProgress = require('cli-progress'); } } else { console.log(`Cloning ${repoName}`) - const stdout = await cmdAsync(`git clone ${repo} "${repoPath}"`).catch( + const stdout = await cmdAsync(`git clone --mirror ${repo} ${repoPath}.git`).catch( + console.log ) }