[Terminal] 身份认证弹出很慢
Tofloor
poster avatar
facewind1
deepin
2022-05-08 21:32
Author

感觉最近在终端执行sudo命令时,身份认证都要等好一会儿才会出来

Reply Favorite View the author
All Replies
筱王子Leo
deepin
2022-05-08 21:56
#1

修改一下hosts文件

sudo vim /etc/hosts

修改为

127.0.0.1   localhost
::1         localhost
127.0.1.1   name

name修改为你的主机名

Reply View the author
facewind1
deepin
2022-05-08 22:09
#2
筱王子Leo

修改一下hosts文件

sudo vim /etc/hosts

修改为

127.0.0.1   localhost
::1         localhost
127.0.1.1   name

name修改为你的主机名

为什么要这样修改?

Reply View the author
facewind1
deepin
2022-05-08 22:15
#3
筱王子Leo

修改一下hosts文件

sudo vim /etc/hosts

修改为

127.0.0.1   localhost
::1         localhost
127.0.1.1   name

name修改为你的主机名

改了之后好像确实有效果,谢谢

Reply View the author