Source: https://stackoverflow.com/questions/36300446/ssh-permission-denied-publickey-gssapi-with-mic When trying to login vagrant ssh  ssh -p 2222 vagrant@localhost vagrant@localhost: Permission denied (publickey,gssapi-keyex,gssapi-with-mic). Setting PasswordAuthentication to yes, is not the best way to go , is not as secure as using private and public keys for authentication ! First make sure that that you have the fallowing permissions set, on the server […]

Uninstall homebrew: ruby -e “$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/uninstall)” Then reinstall ruby -e “$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)”

For windows 7 user 1. Goto the C:\xampp\php and open php.ini file 2. Then add this line into the file zend_extension = “C:\xampp\php\ext\php_opcache.dll” 3. Then restart your apache server