git配置 zhiqiuyuan tool tool 发布于:Jul 26, 2022 写得非常好的官方文档 https://git-scm.com/book/zh/v2/%E8%B5%B7%E6%AD%A5-%E5%88%9D%E6%AC%A1%E8%BF%90%E8%A1%8C-Git-%E5%89%8D%E7%9A%84%E9%85%8D%E7%BD%AE 设置当前git仓库提交的用户名和邮箱git config user.name yuanzhiqiu git config user.email zhiqiuyuan@qq.com 检查是否设置成功 git config user.name git config user.email 设置之后则在当前仓库commit的用户名和邮箱即是你设置的这个(这是优先级最高的配置,覆盖比如全局的配置) 查看所有git配置git config --list 更新于:Dec 10, 2022 GNU readline 自动补全,添加历史https://blog.51cto.com/u_3078781/3287204 自定义换行符https://www.igiftidea.com/article/1296276... python3调用c++ https://blog.csdn.net/springlustre/article/details/101177282