随笔分类 -  Git

摘要:处理方式: git config --global core.autocrlf input git config --global core.safecrlf true Git中的AutoCRLF与SafeCRLF换行符问题 不同操作系统下,处理行尾结束符的方法是不同的: windows下:CRLF 阅读全文
posted @ 2021-12-01 15:55 zigood 阅读(2175) 评论(0) 推荐(0)
摘要:问题:Git操作的过程中突然显示Another git process semms to be running in this repository, e.g. an editor opened by ‘git commit’. Please make sure all processes are 阅读全文
posted @ 2021-12-01 15:27 zigood 阅读(335) 评论(0) 推荐(0)
摘要:今天本地新拉取Git上的新项目,发现 git pull origin develop 提醒fatal: refusing to merge unrelated histories 查询结果:原因是两个分支是两个不同的版本,具有不同的提交历史 解决办法:( --allow-unrelated-hist 阅读全文
posted @ 2021-11-23 10:31 zigood 阅读(496) 评论(0) 推荐(0)