shopwareArchive / shopware-platform-vagrant

DEPRECATED: A Vagrant setup ready for shopware platform development
22 stars 14 forks source link

vagrant up fails with "Failed to checkout master" #29

Closed RaiMed closed 3 years ago

RaiMed commented 3 years ago

vagrant up fails with the following error message for me:

TASK [clone shopware-dev git repo] ***** fatal: [default]: FAILED! => {"changed": false, "cmd": "/usr/bin/git checkout --force master", "msg": "Failed to checkout master", "rc": 1, "stderr": "error: pathspec 'master' did not match any file(s) known to git.\n", "stderr_lines": ["error: pathspec 'master' did not match any file(s) known to git."], "stdout": "", "stdout_lines": []}

PLAY RECAP ***** default : ok=15 changed=11 unreachable=0 failed=1 skipped=0 rescued=0 ignored=0

Ansible failed to complete successfully. Any error output should be visible above. Please fix these errors and try again.

ghost commented 3 years ago

I receive the exact same error.

xx3w commented 3 years ago

Same.

The reason is probably this: https://www.shopware.com/en/news/shopware-will-switch-to-scaled-trunk-based-development/

xx3w commented 3 years ago

helped for me:

changing the shopware_version from master to tag in all.yml

proxy_enabled: no
proxy_hostname: shopware.local
proxy_ssl: no
shopware_version: v6.3.5.1
shyim commented 3 years ago

Changed already in master here to trunk