Skip to content

Commit

Permalink
replace with https to avoid ssh key
Browse files Browse the repository at this point in the history
  • Loading branch information
zencodex committed Oct 28, 2023
1 parent 50d36de commit ad3cb56
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "uapp",
"version": "2.2.16",
"version": "2.2.17",
"description": "uapp 是一款跨平台APP开发工具箱。uapp 通过集成 uniapp,electron,tauri,让开发者仅需写一套代码,就能横扫所有平台",
"main": "bin/uapp",
"bin": {
Expand Down
4 changes: 2 additions & 2 deletions src/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ module.exports = function (inputArgs) {
branch = '#vite-ts';
}

clone(`git@gitee.com:dcloud/uni-preset-vue.git${branch}`, projectName);
clone(`https://gitee.com/dcloud/uni-preset-vue.git${branch}`, projectName);
}
return;
}
Expand Down Expand Up @@ -214,7 +214,7 @@ module.exports = function (inputArgs) {
return;
}

return clone(`git@gitee.com:uappkit/platform.git/${platform}#main`, platform);
return clone(`https://gitee.com/uappkit/platform.git/${platform}#main`, platform);
}

// commands:
Expand Down

0 comments on commit ad3cb56

Please sign in to comment.