mirror of
https://github.com/codexu/note-gen.git
synced 2026-04-25 21:05:55 +03:00
[GH-ISSUE #194] [bug] 多端同步,出现无法拉取最新文件的问题。 #150
Labels
No labels
bug
duplicate
feature
platform: Android
platform: Linux
platform: Windows
platform: iOS
platform: macOS
priority: high
priority: low
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/note-gen#150
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @perfy576note on GitHub (May 16, 2025).
Original GitHub issue: https://github.com/codexu/note-gen/issues/194
Originally assigned to: @codexu on GitHub.
详细描述这个 Bug
mac上打开notegen
windows 上更新文档后。
mac上出现 文件不更新的情况,依然停留在之前版本。
历史记录里面有 windows 提交记录。手动拉取可恢复。
NoteGen 版本
0.15
操作系统
macOS
报错日志
No response
@codexu commented on GitHub (May 21, 2025):
其实这并不能完全算是一个 bug,一开始的设计就是跨设备同步需要手动进行拉取。
也许可以通过文件的修改时间和最后提交的记录时间做对比,进行自动拉取。
具体修改情况有待论证。