2021-09-02 Git的详细配置 Gitgiteegithub仓库密钥配置 Git 基本安装好Git后,便可以进行配置了,后面就可以体验它的强大功能了。 配置信息全局配置 我们要使用Git就必须登陆它,输入 1git config --global user.name '用户名' 接着邮箱 1git con