diff --git a/src/NewCommand.php b/src/NewCommand.php index 71176269..231b1f8e 100644 --- a/src/NewCommand.php +++ b/src/NewCommand.php @@ -266,7 +266,7 @@ protected function pushToGitHub(string $name, string $directory, InputInterface $commands = [ "gh repo create $name -y $flags", - "GIT_TERMINAL_PROMPT=0 git -c credential.helper= -c credential.helper='!gh auth git-credential' push -q -u origin main", + 'git push -q -u origin main', ]; $this->runCommands($commands, $input, $output);