admin管理员组文章数量:1389858
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!
版权声明:本文标题:kubernetes - Self hosted Posit Workbench: Permission denied when GitLab creates temporary folder - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744697091a2620342.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论