You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pkg.publish complains about local branch behind remove branch even though local branch is ahead of remote branch.
julia> pwd()
"/home/yuyichao/.julia/v0.5/METADATA"
julia> Pkg.publish()
ERROR: METADATA is behind origin/metadata-v2 – run `Pkg.update()` before publishing
shell> env LANG=C git status
On branch metadata-v2
Your branch is ahead of 'origin/metadata-v2' by 1 commit.
(use "git push" to publish your local commits)
nothing to commit, working directory clean
The text was updated successfully, but these errors were encountered:
Pkg.publish
complains about local branch behind remove branch even though local branch is ahead of remote branch.The text was updated successfully, but these errors were encountered: