-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
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
MethodError(Base.LibGit2.GitAnnotated warning in Pkg.update #16028
Comments
One reason is that your package in a branch that does not have remote tracking branch, or it's HEAD is detached. PR #15937 should fix reporting for this situation. |
I see. Is it generally seen as problem if HEAD is detached or package exists withour remote? Or is this just situations, in which Pkg.update() is confused? |
No confusion, all packages should be use |
@wildart, just to understand you correctly: Any package subject to Pkg.update() needs a remote repo, even if it's only a local development? |
Naturally, that is the purpose of the update procedure - to get updates from the up-to-date source (remote or local does not matter, depends how do you set it up). |
I just updated my julia v0.5 and ran Pkg.status() and update:
the method error is continuosly reported:
The text was updated successfully, but these errors were encountered: