You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 8, 2019. It is now read-only.
==> default: Configuring and enabling network interfaces...
==> default: Exporting NFS shared folders...
==> default: Preparing to edit /etc/exports. Administrator privileges will be required...
Password:
==> default: Mounting NFS shared folders...
The following SSH command responded with a non-zero exit status.
Vagrant assumes that this means the command failed!
mount -o vers=3,udp 1.2.3.1:/Users/user/Documents/code/django-core/django /django
Stdout from the command:
Stderr from the command:
mount.nfs: Connection timed out
I tried the commands:
"vagrant destroy && sudo vagrant up"
to no avail.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
==> default: Configuring and enabling network interfaces...
==> default: Exporting NFS shared folders...
==> default: Preparing to edit /etc/exports. Administrator privileges will be required...
Password:
==> default: Mounting NFS shared folders...
The following SSH command responded with a non-zero exit status.
Vagrant assumes that this means the command failed!
mount -o vers=3,udp 1.2.3.1:/Users/user/Documents/code/django-core/django /django
Stdout from the command:
Stderr from the command:
mount.nfs: Connection timed out
I tried the commands:
"vagrant destroy && sudo vagrant up"
to no avail.
The text was updated successfully, but these errors were encountered: