在Travis中安装vscode插件时出现权限错误

问题描述 投票:0回答:1

我在travis测试我的项目。几天前它开始失败。它在发布VSCode扩展时抱怨访问权限。它只在特拉维斯失败了。本地它在Linux,MacOS和Windows上运行正常。它也通过了appveyor我无法在互联网上找到任何有用的东西。我的项目是公开的

https://github.com/wix/stylable-intelligence

这是失败的构建日志

https://travis-ci.org/wix/stylable-intelligence/jobs/301428198

visual-studio-code continuous-integration travis-ci vscode-extensions permission-denied
1个回答
0
投票

这是引起问题的问题。

https://github.com/Microsoft/vscode/issues/25848

这个黑客修复了它。

chmod a+x /opt/vscode-1.18.0/resources/app/node_modules/vscode-ripgrep/bin/rg
© www.soinside.com 2019 - 2024. All rights reserved.