> For the complete documentation index, see [llms.txt](https://kb.howsci.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kb.howsci.com/en-web/resolve-sync-conflicts.md).

# 同步冲突

EndNote 同步时可能出现本地数据库和在线数据库冲突，不知道你到底想要保留哪个文献，Resolve Sync Conflicts 对话框是为了解决同步冲突的。右击 Sync Conflicts 组选择 Resolve Conflicts，会跳出 Resolve Sync Conflicts 对话框

### Sync Conflicts 组

同步有冲突的文献都归于此组

### 冲突解决方法

* 选择「Keep Desktop Reference」或「Keep Online Reference」 选项决定保存本地数据库或者在线数据为文献
* 如果想全部保存本地数据库文件选择「Keep All Desktop References」；同时理「Keep All Online References」全部保存在线数据库文献

还可以

* 复制两个记录的信息，保存两个数据库文献
* Skip 或 Cancel 放弃解决冲突

**注：** 选择保存记录时，EndNote 会立即向 EndNote online 信息，如果连接 EndNote online 失败，会关闭对话框，但是数据也会发送到 EndNote online

### 你知道吗

* 在本地数据库或者在线数据库建立一个新组，同步时新建立组也会同步
* 在线和本地数据库修改组的名称，冲突时 EndNote 会使用最后一次更改名称
* 删除没有冲突文献的组，该组的文献会移至 [Unfiled Groups](https://app.gitbook.com/s/-LrgCHEEK5wsSALfCziF/en-web/Unfiled_Groups.htm)
* 如果在一个数据库删除一个组，另一个数据库重命名该组，EndNote 会删除组，因为删除优先
* 当移动文献从一组到另一组，出现同步冲突。如果在 EndNote 本桌面版把文献从 A 组移至 B 组，在线版又把这些文献移至组 C，会出现同步冲突


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://kb.howsci.com/en-web/resolve-sync-conflicts.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
