Hi,
I have a Windows 10 VM running in VMWare 8 Pro. When using NAT networking, the VM can resolve DNS hostnames in the browser, but cannot do so from SSH (I'm using mysysgit's installed SSH). Under NAT:
(mingw64) $ git pull
ssh: Could not resolve hostname bitbucket.org: Non-recoverable failure in name resolution
fatal: Could not read from remote repository.
I get this with any repository, not just bitbucket. Switching to Bridged networking solves the problem, but de-isolates my VM from the rest of my network, so I would prefer to find a solution to the NAT case.
Thanks for any ideas!