We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
现在每次同步是查询上次同步到这次同步之间更新的包。
上次同步到这次同步之间更新的包
假设远程源上有包A,同步下来后,在本地源进行了删除。则再次更新时查询包 A 不会包含在 上次同步到这次同步之间更新的包 中。导致始终无法同步。
原因是在比较两端差异时只考虑了远程源的更新,没有考虑本地源的删除。(或者这里考虑本地源就是需要删除?)
两种解决方案:
The text was updated successfully, but these errors were encountered:
内网源也遇到了类似问题了,achart-plot 在同步的时候漏了一个 1.1.3 的包,但是 index.json 却是同步好的。
Sorry, something went wrong.
sorrycc
No branches or pull requests
现在每次同步是查询
上次同步到这次同步之间更新的包
。假设远程源上有包A,同步下来后,在本地源进行了删除。则再次更新时查询包 A 不会包含在
上次同步到这次同步之间更新的包
中。导致始终无法同步。原因是在比较两端差异时只考虑了远程源的更新,没有考虑本地源的删除。(或者这里考虑本地源就是需要删除?)
两种解决方案:
The text was updated successfully, but these errors were encountered: