Sorry, it looked fine in the editor julia> Pkg.publish()
INFO: Validating METADATA INFO: Pushing Wavelets permanent tags: v0.1.0 Username for 'https://github.com': **** Password for 'https://****@github.com': INFO: Submitting METADATA changes INFO: Forking JuliaLang/METADATA.jl to tomaskrehlik Enter host password for user '****': ERROR: 401: Bad credentials in error at error.jl:21 in token at pkg/github.jl:52 in req at pkg/github.jl:61 in POST at pkg/github.jl:74 in fork at pkg/github.jl:87 in pull_request at pkg/entry.jl:290 in publish at pkg/entry.jl:357 in anonymous at pkg/dir.jl:28 in cd at file.jl:20 in cd at pkg/dir.jl:28 in publish at pkg.jl:57 On Saturday, 21 June 2014 15:13:03 UTC+2, Tomas Krehlik wrote: > > I was trying to publish a package using Pkg.publish(), but I got this > error. > > julia> Pkg.publish() > > INFO: Validating METADATA > > INFO: Pushing Wavelets permanent tags: v0.1.0 > > Username for 'https://github.com': **** > > Password for 'https://****@github.com': > > INFO: Submitting METADATA changes > > INFO: Forking JuliaLang/METADATA.jl to tomaskrehlik > > Enter host password for user '****': > > ERROR: 401: Bad credentials > > in error at error.jl:21 > > in token at pkg/github.jl:52 > > in req at pkg/github.jl:61 > > in POST at pkg/github.jl:74 > > in fork at pkg/github.jl:87 > > in pull_request at pkg/entry.jl:290 > > in publish at pkg/entry.jl:357 > > in anonymous at pkg/dir.jl:28 > > in cd at file.jl:20 > > in cd at pkg/dir.jl:28 > > in publish at pkg.jl:57 > > > I was anyway able to make a pull request manually. Am I making a mistake > anywhere? I am on Version 0.3.0-prerelease+3551 on Mac OS X. It seems to > be a problem with git and I found several topics connected to it but > I wasn't able to make any remedy. (i.e. here > <https://github.com/condemil/Gist/issues/21>) >
