Codespace Creation has a pipe as STDIN and this can block certain scripts which check STDIN, such as as jorgebucaran/fisher #35527
-
I use https://docs.github.com/en/codespaces/customizing-your-codespace/personalizing-github-codespaces-for-your-account#dotfiles for https://github.com/vorburger/vorburger-dotfiles-bin-etc. The GitHub Codespaces: Configuration view contains: Use Cmd/Ctrl + Shift + P -> View Creation Log to see full logs The GitHub Codespaces: Details view contains:
It stops abruptly there, even though it hasn't finished; I suspect there is an (undocumented...) inherent timeout for customizing Codespace with dotfiles scripts? It would be great if this timeout could be increased! In the meantime, one can (has to...) make my |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
Actually I may have misinterpreted what's happening here... is this not a timeout but a sort of premature uncaught termination? I think this would reproduce even if JUST doing Is there some "magic" going on that detects that Fish launched?! |
Beta Was this translation helpful? Give feedback.
-
Is it normal to see processes with strings like this:
Can someone explain what this means? |
Beta Was this translation helpful? Give feedback.
Actually I may have misinterpreted what's happening here... is this not a timeout but a sort of premature uncaught termination?
I think this would reproduce even if JUST doing
fish -c 'curl -sL https://git.io/fisher | source && fisher install jorgebucaran/fisher'
- how can this possible trip over Codespace customization?Is there some "magic" going on that detects that Fish launched?!