摘要: Linux git安装 sudo apt install git 初始配置 配置命令: git config --global[选项] 配置文件位置: ~/.gitconfig 配置用户名 将用户名设置为Alan sudo git config --global user.name Alan 配置用 阅读全文
posted @ 2020-10-27 20:40 Allin007 阅读(117) 评论(0) 推荐(0)