Gitea是通过Kubernetes集群上的一个helm chart来设置的。与Gitea - SSH Auth ok but can't push to remote一样,SSH Auth可以很好地与git
用户一起工作。HTTPS连接也可以很好地工作。
但当我尝试通过SSH推送或拉取时,我得到:
Gitea: Unauthorized
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
我不知道该怎么办...
1条答案
按热度按时间gab6jxml1#
如果您确实看到带有
ssh -Tv git@your.Gitea
的“Hi there, You've successfully authenticated, but Gitea does not provide shell access.
“,这意味着您实际上没有“正确的访问权限”。或者您在存储库URL中犯了一个小错误(小写/大写,或者打字错误)。
OP xeruf在注解中指向
metallb-gitea.yaml
: