Using Pycharm, I have configured it to connect to my GitHub account where I have two-factor authentication enabled. When I first open Pycharm, I have the option to pull down from GitHub, where it has be log in (or saves my credentials) but then prompts me for my authentication token, which works fine. It pulls down the repo just as it should. The problem stems when I try to commit and push files back up. I execute the commit, give it a description, then try to push the commit, and I login at this dialog:
The problem here is that it doesn't give me the opportunity to enter my two-factor authentication token for the push, and the authentication fails.
Is there any way to:
- Have Pycharm re-prompt for the token
- Cache the token from the initial login (less secure of course)
- Set up the equivalent of a "Google Application Password" where it has a separate tokenless password for just this one application (much less secure)
Or is this just a bug that needs reported? I have just started using Pycharm, but couldn't find much useful information on this subject.



