mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Merge branch 'refs/heads/release-3.0' into fix/git-terminal-windows
# Conflicts: # tools/cli/commands.js
This commit is contained in:
@@ -1063,7 +1063,7 @@ main.registerCommand({
|
||||
? `set GIT_TERMINAL_PROMPT=0 && git clone --progress ${url} ${appPath}`
|
||||
: `GIT_TERMINAL_PROMPT=0 git clone --progress ${url} ${appPath}`;
|
||||
const [okClone, errClone] = await bash`${gitCommand}`;
|
||||
if (errClone && !errClone.includes("Cloning into")) {
|
||||
if (errClone && !errClone.message.includes("Cloning into")) {
|
||||
throw new Error("error cloning skeleton");
|
||||
}
|
||||
// remove .git folder from the example
|
||||
|
||||
Reference in New Issue
Block a user