jarodburchill / project-automation

Python script for creating new projects (React, Express.js, Vue, Laravel, etc.) in the desired local directory, with a GitHub origin.
MIT License
43 stars 7 forks source link

Error running script (2FA) #28

Open webface opened 5 years ago

webface commented 5 years ago

Project type: react
Enter a name for the GitHub repository: wordpress-dashboard

401 {'message': 'Must specify two-factor authentication OTP code.', 'documentation_url': 'https://developer.github.com/v3/auth#working-with-two-factor-authentication'}

Something went wrong when creating the GitHub repo. See above for more details.```

I have included my username and password in the script.config
MisterWhopper commented 5 years ago

Do you have 2FA turned on for your account?

webface commented 5 years ago

I do. It is required by the organization I work for

MisterWhopper commented 5 years ago

Do you mind if I close this and create a new issue with a more specific title? We will get this authentication error fixed; we will just have to prompt for a 2FA code, which we currently do not support

jarodburchill commented 5 years ago

Reopening issues so that we can directly notify @webface when the issue has been resolved