You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the reply I'm trying to do that but something wrong is happening:
git reset --hard
HEAD ora si trova a 9b6e9c9 Enclose strings in quotes to avoid syntax errors in YAML parsing, specifically the error yaml: line 20: mapping values are not allowed in this context (#33)
Now retry and fail install:
./setup.sh
/usr/bin/env: "bash\r": File or directory doesn't exist
/usr/bin/env: use -[v]S to pass options in shebang lines
$git status
Sul branch master
Il tuo branch è aggiornato rispetto a 'origin/master'.
Modifiche non nell'area di staging per il commit:
(usa "git add <file>..." per aggiornare gli elementi di cui sarà eseguito il commit)
(usa "git restore <file>..." per scartare le modifiche nella directory di lavoro)
modificato: setup.sh
But won't commit it says branch is already updated :
$git commit -a
Sul branch master
Il tuo branch è aggiornato rispetto a 'origin/master'.
To run install script on Linux Debian 12 need to be edited with:
sed -i -e "s/\\r//g" ../setup.sh
The text was updated successfully, but these errors were encountered: