我最近遇到了一个问题,因为 HEAD 和这些文件,git 无法合并。(网豆说)
所以我尝试用 Git Bash 来做,它给了我一些关于 .DS_Store 的错误。所以我删除了这些文件,现在当我尝试合并时,几乎所有文件都有“都已修改”的文本,即使它们看起来完全相同。
@@@ -1,10 -1,10 +1,22 @@@
-<html>
-<head>
- <title>403 Forbidden</title>
-</head>
-<body>
-
-<p>Directory access is forbidden.</p>
-
-</body>
<<<<<<< HEAD
+<html>
+<head>
+ <title>403 Forbidden</title>
+</head>
+<body>
+
+<p>Directory access is forbidden.</p>
+
+</body>
=======
++<html>
++<head>
++ <title>403 Forbidden</title>
++</head>
++<body>
++
++<p>Directory access is forbidden.</p>
++
++</body>
>>>>>>> 4dd01fd4
</html>
但它似乎增加了一个额外的意图?
我该如何解决这个问题?