Skip to content

Commit d890ad1

Browse files
committed
try improve cloning
1 parent 726e5ee commit d890ad1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

all-projects.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ cloneFetch() {
230230
(
231231
if [[ ! -d ".git" ]]; then
232232
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 || :
233+
GIT_TERMINAL_PROMPT=0 git clone https://github.com/ModelingValueGroup/$repo.git TMP_GIT >/dev/null 2>&1 || :
234234
if [[ -d ".git" ]]; then
235235
cp -R TMP_GIT/. .
236236
rm -rf TMP_GIT

0 commit comments

Comments
 (0)