代码之家  ›  专栏  ›  技术社区  ›  mnield

在VSTS中使用SSH与BitBucket的附加连接

  •  0
  • mnield  · 技术社区  · 7 年前

    我的问题是当我运行 npm install

    npm ERR! Error while executing:
    npm ERR! C:\agents\2.139.1\externals\git\cmd\git.EXE ls-remote -h -t ssh://git@bitbucket.org/{project}/{repo}.git
    npm ERR! 
    npm ERR! Host key verification failed.
    npm ERR! fatal: Could not read from remote repository.
    npm ERR! 
    npm ERR! Please make sure you have the correct access rights 
    npm ERR! and the repository exists.
    npm ERR! 
    npm ERR! exited with error code: 128
    

    中的依赖项之一 package.json 包.json

    有没有一种方法可以将SSH密钥添加到内置vst中,如果有-它在哪里?

    1 回复  |  直到 7 年前
        1
  •  1
  •   Eddie Chen - MSFT    7 年前
    推荐文章