gitpod-io / gitpod

The developer platform for on-demand cloud development environments to create software faster and more securely.
https://www.gitpod.io
GNU Affero General Public License v3.0
12.71k stars 1.21k forks source link

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

Open axonasif opened 1 year ago

axonasif commented 1 year ago

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[bot] commented 1 year ago

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 1 year ago

narf

lgarron commented 1 year ago

Several issues have been deduplicated into this one. I have the same problem as https://github.com/gitpod-io/gitpod/issues/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

https://github.com/gitpod-io/gitpod/pull/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. 😢

axonasif commented 1 year ago

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

lgarron commented 1 year ago

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
axonasif commented 1 year ago

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

amery commented 1 year ago

@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 commented 1 year ago

@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[bot] commented 11 months ago

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 3 months ago

really disappointed