Skip to content
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

Pkg.publish is still not working #13414

Closed
yuyichao opened this issue Oct 2, 2015 · 1 comment
Closed

Pkg.publish is still not working #13414

yuyichao opened this issue Oct 2, 2015 · 1 comment
Labels
packages Package management and loading

Comments

@yuyichao
Copy link
Contributor

yuyichao commented Oct 2, 2015

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
@yuyichao yuyichao added the packages Package management and loading label Oct 2, 2015
@wildart
Copy link
Member

wildart commented Oct 2, 2015

Publishing moved to separate package, #13387

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
packages Package management and loading
Projects
None yet
Development

No branches or pull requests

3 participants