npm 安装私有 git 包
安装包:
npm install git+https://gitee.com/nodejs/koatest.git
开发阶段安装master分支:
npm i git+https://username:password@git.example.com/path/reposity#master
安装tag:
npm i git+https://username:password@git.example.com/path/reposity#1.0.0
安装包:
npm install git+https://gitee.com/nodejs/koatest.git
开发阶段安装master分支:
npm i git+https://username:password@git.example.com/path/reposity#master
安装tag:
npm i git+https://username:password@git.example.com/path/reposity#1.0.0