提交 3110446c 作者: 潘亚楠

0.1.4

上级 e4e17ae8
{
"name": "qj-cli",
"version": "0.1.3",
"version": "0.1.4",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
......
{
"name": "qj-cli",
"version": "0.1.3",
"version": "0.1.4",
"description": "qj-vue-cli",
"main": "index.js",
"bin": {
......
......@@ -31,7 +31,7 @@ export class Git {
}
// 报告者用户拉取模板
const username = 'reporter';
const password = 'allqj123456@'
const password = 'allqj123456'
const gitUrl = this.gitURL.replace('https://', `https://${username}:${password}@`);
execa.sync('git', ['clone', gitUrl, this.dir]);
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论