We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 726e5ee commit d890ad1Copy full SHA for d890ad1
all-projects.sh
@@ -230,7 +230,7 @@ cloneFetch() {
230
(
231
if [[ ! -d ".git" ]]; then
232
printf "# %-20s - cloning...\n" "$repo"
233
- GIT_SSH_COMMAND='ssh -oBatchMode=yes' git clone git@github.com:ModelingValueGroup/$repo.git TMP_GIT >/dev/null 2>&1 || :
+ GIT_TERMINAL_PROMPT=0 git clone https://github.com/ModelingValueGroup/$repo.git TMP_GIT >/dev/null 2>&1 || :
234
if [[ -d ".git" ]]; then
235
cp -R TMP_GIT/. .
236
rm -rf TMP_GIT
0 commit comments