fix(core): update
This commit is contained in:
parent
9c8a257c2a
commit
c8876dac88
@ -50,6 +50,7 @@ export class NpmciGitManager {
|
||||
// plugins.smartgit.GitRepo;
|
||||
|
||||
// add the mirror
|
||||
console.log(`git remote add mirror https://${githubToken}@github.com/${githubUser}/${githubRepo}.git`);
|
||||
await bash(
|
||||
`git remote add mirror https://${githubToken}@github.com/${githubUser}/${githubRepo}.git`
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user