首页 > Web开发 > 详细

phpstorm 终端设置

时间:2019-11-19 11:00:46      阅读:220      评论:0      收藏:0      [点我收藏+]

1.打开设置页,Tools -> Terminal

2.shell path 设置为 : git安装目录\Git\bin\bash.exe

3.字符编码  git log 显示 乱码 , 设置utf8  ,在 git安装目录 \Git\etc\bash.bashrc,文件最后添加 

# 解决 IDEA 下的 terminal 中文 Unicode 编码问题
export LANG="zh_CN.UTF-8"
export LC_ALL="zh_CN.UTF-8"


参考:https://qq52o.me/2520.html

 

phpstorm 终端设置

原文:https://www.cnblogs.com/shaoyang0123/p/11887694.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!