Skip to content

Commit

Permalink
解决私有仓库 download 不下来的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
2betop committed Dec 15, 2015
1 parent 1649528 commit e2ceef0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion lib/remotes/gitlab.js
Expand Up @@ -188,7 +188,9 @@ var exports = module.exports = function GitlabRepos(address, options) {
scaffold.deliver(location, target, mapping);

resolve(self);
}, progress);
}, progress, {
token: options.token
});
});
};
};
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "fis-command-install",
"description": "fis install command.",
"version": "0.2.5",
"version": "0.2.6",
"author": "FIS Team <fis@baidu.com>",
"homepage": "http://fis.baidu.com/",
"keywords": [
Expand Down

0 comments on commit e2ceef0

Please sign in to comment.