Skip to content

Commit

Permalink
fix reop fetch failed by add bridge network
Browse files Browse the repository at this point in the history
  • Loading branch information
gasolin committed Feb 10, 2014
1 parent 3ed9436 commit 14644ad
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,10 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
# change it to something else).
# Configure as host-only ip
config.vm.network "private_network", ip: "192.168.50.4"
# Configure as public DHCP, to make repo sync works
config.vm.network "public_network"
# Configure as DHCP with default bridge
# config.vm.network "public_network", :bridge => 'en0: Wi-Fi (AirPort)'

# Use *_PATH environment variable to sync with vm's /home/vagrant/*
# directory.
Expand Down

0 comments on commit 14644ad

Please sign in to comment.