我们使用gitlab-ce 15.3.3,self- management。当我们上传nuget包到包注册表并运行命令:
nuget push package.nupkg
有时会出现NuGet.Temporary.Package错误。提到了两个解决方案https://gitlab.com/gitlab-org/gitlab/-/issues/335488
1. Revert the #use_open_file switch
2. Port !64192 (merged) to %14.0
有没有人知道"#use_open_file开关"在哪里?配置吗?我没有在gitlab中找到这个。
谢谢你。
感谢大家的关注。在与gitlab的支持者确认后,我得到了官方的回复:
What you saw on the issue were suggestions for how our dev team could fix this issue – it's not just a configuration change that you could easily apply yourself.
谢谢。