【发布时间】:2021-12-20 01:28:44
【问题描述】:
我进行了从 localhost 到 docker 容器的 gitea 迁移。 在从 gitea 容器服务器克隆 git 并推送代码后,我将数据和克隆存储库转储到 docker 容器,然后我收到此错误。
remote: 2021/11/06 15:37:09 ...s/setting/setting.go:1164:CreateOrAppendToCustomConf() [F] failed to create '/etc/gitea/app.ini': mkdir /etc/gitea: permission denied
To http://192.168.2.10:3333/ICS2020SW/vdicom.git
! [remote rejected] origin/feature/unit-test-vdicom -> origin/feature/unit-test-vdicom (pre-receive hook declined)
error: failed to push some refs to 'http://192.168.2.10:3333/ICS2020SW/vdicom.git'
我需要做什么。
【问题讨论】:
标签: gitea