在仓库URL中使用%20代替空格,或使用引号将整个URL括起来。如下示例:
- script: | git clone "https://git.example.com/path/with%20space.git" displayName: 'Clone repository with space in URL'
上一篇:AzurePipeline的依赖项冲突导致失败。
下一篇:AzurePipelinenet6项目-NuGetRestore出现错误NU1201与net5不兼容