diff --git a/configure b/configure old mode 100644 new mode 100755 diff --git a/get_source_dragonwell.sh b/get_source_dragonwell.sh index afff56610dc99be1968f628d3925d551eed2f6e8..7155801a4172a5d9816983c3203de6446a0f6069 100755 --- a/get_source_dragonwell.sh +++ b/get_source_dragonwell.sh @@ -63,7 +63,7 @@ do shift; site=$1 if [[ $site == "github" ]]; then - GITURL="git@github.com:alibaba" + GITURL="https://github.com/alibaba" REPO_PREFIX="dragonwell8_" elif [[ $site == "gitlab" ]]; then # inside alibaba