My "solution" is to not use Pkg.publish.

cd <path to METADATA>
git remote add forked <your metadata url>
git checkout -b pub
<do your tagging, git push --tags>
git push forked pub

Then submit the PR from the webpage.

I suspect two factor security makes this more complicated but I'd prefer to
do these steps manually then lose the security.

On Sunday, August 21, 2016, esproff <[email protected]> wrote:

> I'm trying to run Pkg.publish(), however when it asks for my GitHub host
> password I enter it (although nothing shows up when I type), and then I hit
> return and I get:
>
> Error 401: Bad credentials
>
> Does anyone know how to fix this?
>

Reply via email to