-
Hello, I try to run a script in github codespace. But I'm facing this issue : 2023-08-16 14:21:20.290Z: Running 'chezmoi init --apply --source=/workspaces/.codespaces/.persistedshare/dotfiles'
2023-08-16 14:21:20.592Z: chezmoi: fork/exec /tmp/1971073405.install-packages.sh: no such file or directory I tried this from troobleshooting, but it does not solve the problem. My repo : dotefiles |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
What is the output of
on the machine? What is the output of running the same |
Beta Was this translation helpful? Give feedback.
-
Your shell script has Windows, not UNIX, line endings. This makes Linux look for an interpreter called |
Beta Was this translation helpful? Give feedback.
Your shell script has Windows, not UNIX, line endings. This makes Linux look for an interpreter called
"/usr/bin/sh\r"
, which, of course, does not exist.