摘要: 初始化仓库 git init 添加指定文件 到 暂存区 git add . 解决 换行符不一致导致的提示 warning: LF will be replaced by CRLF in a.txt.The file will have its original line endings in you 阅读全文
posted @ 2021-04-26 22:20 13522679763-任国强 阅读(33) 评论(0) 推荐(0)
摘要: n git config --global user.name "Your Name" n git config --global user.email "email@example.com" n git config user.name 查看配置的姓名 n git config user.emai 阅读全文
posted @ 2021-04-26 21:39 13522679763-任国强 阅读(561) 评论(0) 推荐(0)