Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/perl/9.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Gitlab CI工件与403一起崩溃_Gitlab_Http Status Code 403_Gitlab Ci - Fatal编程技术网

Gitlab CI工件与403一起崩溃

Gitlab CI工件与403一起崩溃,gitlab,http-status-code-403,gitlab-ci,Gitlab,Http Status Code 403,Gitlab Ci,当我使用工件制作gitlab ci(Android项目)时,构建本身运行没有问题。同样,归档也没有问题,但是当涉及到“上传工件”时,ci会得到403-禁止。有人知道吗 以下是最后的日志条目: Archiving cache... INFO[0000] Creating archive cache.tgz ... INFO[0000] Done! Archiving artifacts..

当我使用工件制作gitlab ci(Android项目)时,构建本身运行没有问题。同样,归档也没有问题,但是当涉及到“上传工件”时,ci会得到403-禁止。有人知道吗

以下是最后的日志条目:

Archiving cache...
INFO[0000] Creating archive cache.tgz ...               
INFO[0000] Done!                                        
Archiving artifacts...
INFO[0000] Creating archive artifacts.tgz ...           
INFO[0000] Done!                                        
Uploading artifacts...
8,7M    artifacts.tgz
curl: (22) The requested URL returned error: 403 Forbidden

ERROR: Build failed with: exit status 1

这是gitlab的内部问题。在修复了gitlab文件夹中的所有目录权限之后,主要问题得到了解决,这样apache就可以对必要的文件夹进行写访问。

这是gitlab的内部问题。在修复gitlab文件夹中的所有目录权限后,主要问题得到了解决,这样apache就可以对必要的文件夹进行写访问。

您可以通过共享文件夹来帮助其他人。对我来说,帮助很大。对于其他人,可能会这样做。您可以通过共享文件夹来帮助其他人。对于我,帮助。对其他人来说,这可能会起作用。