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.submit() unable to get git credentials #13528

Closed
ViralBShah opened this issue Oct 10, 2015 · 2 comments
Closed

Pkg.submit() unable to get git credentials #13528

ViralBShah opened this issue Oct 10, 2015 · 2 comments
Labels
domain:packages Package management and loading

Comments

@ViralBShah
Copy link
Member

In trying to fix some deprecation warnings, I figured I will try Pkg.submit as it takes care of a lot of stuff. It kept asking me for my github password, and finally gave up.

julia> Pkg.submit("RDatasets")
INFO: Forking johnmyleswhite/RDatasets.jl to ViralBShah
Enter host password for user 'ViralBShah':
INFO: Retrieving existing GitHub token. (You may have to re-enter your password.)
Enter host password for user 'ViralBShah':
INFO: Could not authenticate with existing token. Deleting token and trying again.
Enter host password for user 'ViralBShah':
INFO: Retrieving existing GitHub token. (You may have to re-enter your password.)
Enter host password for user 'ViralBShah':
ERROR: forking johnmyleswhite/RDatasets.jl failed: Bad credentials
 in error at /Users/viral/Desktop/Julia-0.4.0.app/Contents/Resources/julia/lib/julia/sys.dylib
 in fork at pkg/github.jl:144
 in pull_request at pkg/entry.jl:327
 in submit at pkg/entry.jl:339
 in submit at pkg/entry.jl:337
 in anonymous at pkg/dir.jl:31
 in cd at file.jl:22
 in cd at pkg/dir.jl:31
 in submit at pkg.jl:58
@ViralBShah ViralBShah added the domain:packages Package management and loading label Oct 10, 2015
@tkelman
Copy link
Contributor

tkelman commented Oct 10, 2015

Might be #12607 ? That was merged to master a little late to get it into 0.4.0 final I think. Could you try with that patch locally on a source build of release-0.4, or see if master works any better? Though there are lots of libgit2-specific issues open at the moment.

@wildart
Copy link
Member

wildart commented Oct 15, 2015

Yes, #12607 should have addressed this issue. If this happens again, reopen the issue in PkgDev because submit was moved there.

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

No branches or pull requests

3 participants