gitElement
InterfaceToL
the rigour of mathematics and the safety of projects
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
idea项目中拉取远程仓库时报错“error: Your local changes to the following files would be overwritten by merge:”
问题背景:在idea创建的工作空间中使用命令“git pull userLogin master --allow-unrelated-histories”拉取远程仓库时报错。问题原因:配置文件.idea/workspace.xml一直处于被修改的状态。解决方案:commit项目时不选择.idea目录。原创 2024-06-16 09:10:45 · 809 阅读 · 0 评论 -
idea创建仓库报错“Сannot Run Git: runnerw.exe: CreateProcess failed with error 216:”
问题原因:集成git使用的是bin目录下的可执行文件Git\bin\git.exe。解决方案:改为cm的目录下的可执行文件Git\cmd\git.exe。原创 2024-06-15 17:52:30 · 704 阅读 · 0 评论
分享