Skip to content
This repository was archived by the owner on Jun 5, 2025. It is now read-only.
This repository was archived by the owner on Jun 5, 2025. It is now read-only.

vagrant provision failed when Repository changed its 'Label' value . The SSH command responded with a non-zero exit status. #1999

@jordivela007

Description

@jordivela007

Command

vagrant provision

failed when Repository changed its 'Label' value . The SSH command responded with a non-zero exit status.

Solution:

In the file homestead\scripts\homestead.rb search the line with

config.vm.provision "apt_update", type: "shell", inline: "apt-get update"

and change to

config.vm.provision "apt_update", type: "shell", inline: "apt-get update --allow-releaseinfo-change"

to avoid this error in vagrant provision

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions