What are the Slack Archives?

It’s a history of our time together in the Slack Community! There’s a ton of knowledge in here, so feel free to search through the archives for a possible answer to your question.

Because this space is not active, you won’t be able to create a new post or comment here. If you have a question or want to start a discussion about something, head over to our categories and pick one to post in! You can always refer back to a post from Slack Archives if needed; just copy the link to use it as a reference..

Hi, I have another Problem with a docker/sdk installation. We used the documentation to install the

Options
U011NH4DY1F
U011NH4DY1F Posts: 19 🧑🏻‍🚀 - Cadet

Hi, I have another Problem with a docker/sdk installation. We used the documentation to install the repository the right way. The thing is, it doesn't happen on my installation but on a new Windows system.

PHP Fatal error:  Uncaught Symfony\Component\Yaml\Exception\ParseException: File "C:/Program Files/Git/data/deployment/project.yml" does not exist. in /data/vendor/symfony/yaml/Parser.php:53
Stack trace:
#0 /data/index.php(20): Symfony\Component\Yaml\Parser->parseFile('C:/Program File...')
#1 {main}
  thrown in /data/vendor/symfony/yaml/Parser.php on line 53

Comments

  • Valerii Trots
    Valerii Trots SRE @ Spryker Sprykee Posts: 1,654 ✨ - Novice
    edited August 2020
    Options
  • U011NH4DY1F
    U011NH4DY1F Posts: 19 🧑🏻‍🚀 - Cadet
    Options
    Thanks for that I just noticed, when we try docker/sdk bootstrap on ubuntu we get this error:
    docker/sdk: line 2: $'\r': command not found
    invalid option 3: set: -
    set: usage: set [-abefhkmnptuvxBCHP] [-o option-name] [--] [arg ...]
    docker/sdk: line 4: $'\r': command not found
    Permission denied /dev/null
    No such file or directorystants.sh
    No such file or directorysole.sh
    No such file or directoryck-directories.sh
    No such file or directoryt-deployment.sh
    Permission denied: /dev/null
    docker/sdk: line 11: $'\r': command not found
    docker/sdk: line 13: $'\r': command not found
    docker/sdk: line 16: syntax error near unexpected token $'in\r'' 'ocker/sdk: line 16:   case ${opt} in
  • Valerii Trots
    Valerii Trots SRE @ Spryker Sprykee Posts: 1,654 ✨ - Novice
    Options

    I'm on Ubuntu. Have never seen anything like this. Maybe Mike Kalinin will have ideas about this one when he read this.

  • sprymiker
    sprymiker Cloud Platform Architect Sprykee Posts: 781 🧑🏻‍🚀 - Cadet
    Options

    @U011NH4DY1F It seems git (or something else) replaced Linux line feeding (LF) with CRLF or even CR. Please, check your git settings.