gitpod-io/gitpod

Dotfiles don't get installed from gitea (public repo)

axonasif opened this issue · 10 comments

Bug description

$ cat ~/.dotfiles.log
# dotfile init failed: rpc error: code = NotFound desc = no token available

Steps to reproduce

Workspace affected

No response

Expected behavior

It should clone normally.

Example repository

https://git.opensde.net/amery/home.git

Anything else?

No response

Front logo Front conversations

stale commented

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

amery commented

narf

Several issues have been deduplicated into this one. I have the same problem as #16077, which is that GitPod simply fails to install https://github.com/lgarron/dotfiles due to # dotfile init failed: rpc error: code = NotFound desc = no token available

#16133 was closed as stale and this issue has been marked as stale.

Is there a path forward, or something that can be contributed? Otherwise the automatic dotfile installation feature is kind of useless for people like me. 😢

Hi @lgarron, do you have any https://gitpod.io/user/integrations added? If you do, which ones?

Hi @lgarron, do you have any https://gitpod.io/user/integrations added? If you do, which ones?

BitBucket is enabled, others aren't.

EDIT: after chasing down some docs, I tried granting permission for GitHub as a provider. That failed, as my GitHub account is associated with another GitPod account (a personal one, as opposed to one for work):
Screenshot 2023-04-27 at 11 20 02

amery commented

@lgarron I have a workaround here: https://github.com/gitpod-samples/bootstrap-dotfiles

do you know what causes the problem or the workaround is actually just a lucky implementation?

@lgarron I have a workaround here: https://github.com/gitpod-samples/bootstrap-dotfiles

Thanks! Any chance you could also adjust it to handle scripts at script/bootstrap? :-D
(And perhaps the other remaining locations from https://docs.github.com/en/codespaces/customizing-your-codespace/personalizing-github-codespaces-for-your-account#dotfiles)

stale commented

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

amery commented

really disappointed