Skip to content

Commit

Permalink
docs: Update dev-env-first-time-contributors doc.
Browse files Browse the repository at this point in the history
  • Loading branch information
KiranShahdadpuri committed Oct 10, 2017
1 parent 0c7dbd2 commit 41e8403
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/dev-env-first-time-contributors.md
Expand Up @@ -724,6 +724,18 @@ solved by rebooting the Vagrant guest via `vagrant reload`. See
[Vagrant was unable to communicate with the guest machine](#vagrant-was-unable-to-communicate-with-the-guest-machine)
for more details.

#### ssh connection closed by remote host

On running `vagrant ssh`, if you see the following error:

```
ssh_exchange_identification: Connection closed by remote host
```

It usually means the Vagrant guest is not running, which is usually solved by rebooting the Vagrant
guest via vagrant reload. See [Vagrant was unable to communicate with the guest machine] for
more details.

#### os.symlink error

If you receive the following error while running `vagrant up`:
Expand Down

0 comments on commit 41e8403

Please sign in to comment.