Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

couldn't vagrant up #32

Open
ruilee16 opened this issue Sep 16, 2016 · 2 comments
Open

couldn't vagrant up #32

ruilee16 opened this issue Sep 16, 2016 · 2 comments

Comments

@ruilee16
Copy link

I cloned the repository to my PC, and runvagrant up in Git Bash, but I got this message:

Vagrant cannot forward the specified ports on this VM, since they
would collide with some other application that is already listening
on these ports. The forwarded port to 8000 is already in use
on the host machine.

To fix this, modify your current project's Vagrantfile to use another
port. Example, where '1234' would be replaced by a unique host port:

  config.vm.network :forwarded_port, guest: 8000, host: 1234

What can I do to kill this error?

@ie05
Copy link

ie05 commented Nov 5, 2016

Same issue ruilee16, did you find a solution?

@twhetzel
Copy link

twhetzel commented Nov 10, 2016

@ruilee16 @ie05 are you running another app that uses port 8000? If so you can either stop that app or change the line mentioned in the error message within the Vagrantfile to run on another port.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants