Skip to content

Latest commit

 

History

History
20 lines (9 loc) · 232 Bytes

win10ssh登陆出现乱码的解决方案.md

File metadata and controls

20 lines (9 loc) · 232 Bytes

使用的是 win10 自带的 cmd 或者 powercmd 来进行ssh登陆的解决方案

#在使用ssh命令之前先运行下面的命令: 
chcp 65001 


# 再进行ssh 登陆
ssh xxxx


# 配置编码

LANG=zh_CN.utf8