當執行 sudo 指令時,會出現 unable to resolve host xxxxx﹍
此為反解問題,去修改 /etc/hosts 內容增加本機的電腦名稱進去即可。
sudo vim /etc/hosts
修改
127.0.0.1 localhost
為
127.0.0.1 localhost 電腦名稱
全站熱搜
當執行 sudo 指令時,會出現 unable to resolve host xxxxx﹍
此為反解問題,去修改 /etc/hosts 內容增加本機的電腦名稱進去即可。
sudo vim /etc/hosts
修改
127.0.0.1 localhost
為
127.0.0.1 localhost 電腦名稱