美文网首页
切换淘宝镜像

切换淘宝镜像

作者: _AlanYang | 来源:发表于2019-01-24 19:21 被阅读0次

    git 切换镜像的两种方法: 

    第一种(链接切换): 

    1.全局切换镜像: npm config set registry http://registry.npm.taobao.org/

    2. 查看镜像使用状态:npm get registry

    3.全局切换回官方源  npm config set registry http://www.npmjs.org

    第二种(nrm切换):

    1.利用npm 下载nrm:     npm install -g nrm

    2.查看可切换的镜像源: nrm ls

    3.切换镜像源(如淘宝):nrm use taobao

    相关文章

      网友评论

          本文标题:切换淘宝镜像

          本文链接:https://www.haomeiwen.com/subject/bqvsmftx.html