Diagnosing issues with bloom + github two-factor authentication
I am trying to release a package with bloom, but I also have two-factor authentication on my github account.
I tried following these instructions: http://wiki.ros.org/bloom/Tutorials/G...
and have a ~/.config/bloom
file with my private github token. However, bloom still fails to authenticate:
==> git push --dry-run
Username for 'https://github.com': felixduvallet
Password for 'https://felixduvallet@github.com':
remote: Invalid username or password.
fatal: Authentication failed for 'https://github.com/felixduvallet/grasp-synergy-release.git/'
Cannot push to remote release repository.
Is there a way to diagnose the bloom+github authentication by itself?