kubernetes - Self hosted Posit Workbench: Permission denied when GitLab creates temporary folder - Stack Overflow

When I try to clone a GitLab repository, the following error message appears:myusername@session-e01ec3

When I try to clone a GitLab repository, the following error message appears:

myusername@session-e01ec3c9ab5a7b7b9d4ff-my-username---vs-code-svbv6x:~$ git clone https://username:[email protected]/folder/reponame.git

Cloning into 'reponame'...

remote: Enumerating objects: 116, done.

remote: Counting objects: 100% (8/8), done.

remote: Compressing objects: 100% (6/6), done.

remote: Total 116 (delta 2), reused 0 (delta 0), pack-reused 108 (from 1)

Receiving objects: 100% (116/116), 17.82 MiB | 88.14 MiB/s, done.

fatal: could not open '/home/myusername/reponame/.git/objects/pack/tmp_pack_uSnA9n' for reading: Permission denied

fatal: fetch-pack: invalid index-pack output

So it seems that GitLab is creating a temporary folder that I do not have permission to access. Short description of the work environment: Posit Workbench is running in Kubernetes. Every user and the new session gets his own new pod and a new Longhorn volume will be provided, so the user can have persistent storage. When creating a new session, we provide a docker Image with Ubuntu as base. In that Docker Image, the necessary owner rights are provided (recursive) to the users home directory. Same with the Longhorn volume.

Every help is highly apperciated - thank you in advance!

发布者:admin,转转请注明出处:http://www.yc00.com/questions/1744697091a4588556.html

相关推荐

发表回复

评论列表(0条)

  • 暂无评论

联系我们

400-800-8888

在线咨询: QQ交谈

邮件:admin@example.com

工作时间:周一至周五,9:30-18:30,节假日休息

关注微信
['keyword'] : $thread['subject']; $header['description'] = $thread['description'] ? $thread['description'] : $thread['brief']; $_SESSION['fid'] = $fid; if ($ajax) { empty($conf['api_on']) and message(0, lang('closed')); $apilist['header'] = $header; $apilist['extra'] = $extra; $apilist['access'] = $access; $apilist['thread'] = well_thread_safe_info($thread); $apilist['thread_data'] = $data; $apilist['forum'] = $forum; $apilist['imagelist'] = $imagelist; $apilist['filelist'] = $thread['filelist']; $apilist['threadlist'] = $threadlist; message(0, $apilist); } else { include _include(theme_load('single_page', $fid)); } break; default: message(-1, lang('data_malformation')); break; } ?>