提交 3110446c 作者: 潘亚楠

0.1.4

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