提交 22dbbb37 编写于 作者: T Tianxiao Gu 提交者: Jonathan Lu

[Misc] Use https as the default git protocol

Summary:
- Use https for github repo URL
- Add executable permission to configure

Test Plan:

Reviewed-by: luchsh

Issue: https://github.com/alibaba/dragonwell8/issues/20
上级 bbcaeadd
文件模式从 100644 更改为 100755
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册