【发布时间】:2021-06-15 20:52:32
【问题描述】:
我可以成功
git clone https://[org].visualstudio.com/_git/[repo]
但是如果我跑了
npm install https://[org].visualstudio.com/_git/[repo] --save
我明白了
npm ERR! fetch failed https://[org].visualstudio.com/_git/[repo]
npm WARN retry will retry, error on last attempt: Error: fetch failed with status code 203
是否可以像从 github 一样从 Team Services git repos 安装 npm 包?
【问题讨论】:
标签: node.js git npm azure-devops npm-install