I had to change my git remote to use the SSH version - it turns out I had 
already done that when I was testing the pr tool changes against my fork.

https://github.com/apache/incubator-airflow/pull/3680 opened that will correct 
the remote. Or run this command

    git remote set-url github g...@github.com:apache/incubator-airflow

Sorry for all the bumps!

Ash

> On 1 Aug 2018, at 21:47, Sid Anand <san...@apache.org> wrote:
> 
> Ash,
> Per https://github.com/apache/incubator-airflow/pull/3413
> 
> I tried running the dev/airflow-pr merge and it failed at the Github
> authentication point.
> 
> The local merge is complete (PR_TOOL_MERGE_PR_3663_MASTER).
> 
> Push to Gitbox (github)? [y/N]: y
> 
>>> Running command: git push github PR_TOOL_MERGE_PR_3663_MASTER:master
> 
> Username for 'https://github.com': r39132
> 
> Password for 'https://r39...@github.com':
> 
> remote: Invalid username or password.
> 
> fatal: Authentication failed for '
> https://github.com/apache/incubator-airflow.git/'
> 
> Since we have enabled 2fa, would this approach still work?
> 
> I did remove my previous git remotes and did rerun dev/airflow-pr
> setup_git_remotes
> 
> Any ideas?
> -s

Reply via email to