
Git
文章平均质量分 50
bubble_is_paopao
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Git 解冲突
一、Git冲突 执行 git pull 操作之后,如果产生冲突,那么冲突文件中产生冲突部分的内容结构如下: <<<<<<<<<<HEAD x=123 =========== x=456 >>>>>>>>>45ubnw89fbu4f4bh4 ...原创 2021-06-18 12:31:06 · 281 阅读 · 0 评论 -
Git commit 报 fatal: unable to auto-detect email address 错误
Git commit 报 fatal: unable to auto-detect email address 错误 首次执行 git commit 时,报fatal: unable to auto-detect email address 错误: 报错原因:应该是默认git没有配置用户导致的 解决方案: 解决方案其实git已经给出了: 在Git Bash 中...原创 2019-12-07 15:23:38 · 812 阅读 · 0 评论 -
Git创建本地仓库并上传至远程仓库
Git创建本地仓库并上传至远程仓库 一、准备工作: 1.本地已成功安装Git,Git安装参考:http://www.runoob.com/git/git-install-setup.html 2.Git简单操作指南,参考:http://www.runoob.com/manual/git-guide/ 二、Git主...原创 2019-03-05 21:01:54 · 348 阅读 · 0 评论