美文网首页
windows 下 sourceTree 乱码问题

windows 下 sourceTree 乱码问题

作者: LIsPeri | 来源:发表于2019-06-24 16:56 被阅读0次

    在git bash 中执行以下命令, 可解决乱码问题
    git config --global core.quotepath off
    git config --global --unset i18n.logoutputencoding
    git config --global --unset i18n.commitencoding

    相关文章

      网友评论

          本文标题:windows 下 sourceTree 乱码问题

          本文链接:https://www.haomeiwen.com/subject/ekvoqctx.html