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
The following SSH command responded with a non-zero exit status.
Vagrant assumes that this means the command failed!
mount -o vers=3,vers=3,nolock 192.168.49.1:/G/wp_plugin /var/www/html/website/wp-content/plugins/wp_plugin
with config.vm.synced_folder "G:/wp_plugin", "/var/www/html/website/wp-content/plugins/wp_plugin", type: "nfs"
Any ideas what's causing this? I tried updating everything (Vagrant / VirtualBox and plugins). I can mount manually in rocky linux but it won't function correctly with wordpress. IE the files can't be opened.
The text was updated successfully, but these errors were encountered:
Getting the following error
with
config.vm.synced_folder "G:/wp_plugin", "/var/www/html/website/wp-content/plugins/wp_plugin", type: "nfs"
Any ideas what's causing this? I tried updating everything (Vagrant / VirtualBox and plugins). I can mount manually in rocky linux but it won't function correctly with wordpress. IE the files can't be opened.
The text was updated successfully, but these errors were encountered: