• PowerShell中使用Git中文乱码解决方法

    PowerShell中使用Git中文乱码解决方法问题如下解决方法设置git字符集为uft-8git config --global core.quotepath falsegit config --global gui.encoding utf-8git config --global i18n.c...

    给PowerShell增加Banner

    给PowerShell增加Banner效果步骤启用PowerShell的profileprofile主要用于个性化常用的函数、别名等等。每次加载powershell的时候,都会执行profile中的内容。查看是否存在profile$profile若结果为file,则需要创建一个(–Force是强制创...