zepgram / magento2-fast-vm

Optimal vagrant developer box for Magento2. Folders synced by nfs/rsync. This box includes Magento developer utilities.
MIT License
110 stars 35 forks source link

magento-composer-installer does not exist and could not be created (source: 'branch') #29

Closed srgrbkl closed 5 years ago

srgrbkl commented 5 years ago

Screenshot_7

zepgram commented 5 years ago

Hi,

Did you retry ? sometimes composer install fails randomly.

srgrbkl commented 5 years ago

Hi,

Did you retry ? sometimes composer install fails randomly.

yes, several times, did not help

zepgram commented 5 years ago

Ok, I need to know on which OS you are. Could you also share your config.yaml ?

srgrbkl commented 5 years ago

Ok, I need to know on which OS you are. Could you also share your config.yaml ?

windows 10 64 bit

vmconf: machine_name: 'project' network_ip: '192.168.200.30' host_name: 'project' memory: '2048' cpus: '2' mount: 'rsync' path: 'root' provision: 'all' composer: username: 'test' password: 'test' git: name: 'name' email: 'email' host: 'github.com/name' repository: 'https://name:password@bitbucket.org/project.git' magento: url: 'dev.project.com' source: 'git-branch-name' edition: 'community' version: '2.3.2' php_version: 'default' sample: 'false' mode: 'developer' currency: 'EUR' language: 'en_US' time_zone: 'Europe/Amsterdam'

zepgram commented 5 years ago

According to your config.yaml and the error in your first message, your composer 'username' and 'password' are not correct. You must create them to install Magento properly: https://devdocs.magento.com/guides/v2.3/install-gde/prereq/connect-auth.html

srgrbkl commented 5 years ago

According to your config.yaml and the error in your first message, your composer 'username' and 'password' are not correct. You must create them to install Magento properly: https://devdocs.magento.com/guides/v2.3/install-gde/prereq/connect-auth.html

they are already created, I replaced from with "test" in example

zepgram commented 5 years ago

Ok did you try with NFS mount ? It's maybe a permission issue, and it should not happen with NFS.

srgrbkl commented 5 years ago

added this Screenshot_4