2FA give problems when pushing to GitHub
问题 I've clone a project on GitHub on my Raspberry Pi, create a new branch and push everything to the repository. For this I needed next commands: git clone https://www.github.com/heinpauwelyn/my_repo git checkout -b raspberry git push origin raspberry The problem I've got is that I can't push the branch to GitHub.com. I need to enter my username and password, but I can't use 2FA for that. Is this a bug in Git or GitHub and is there a way to get an authentication key and enter it? I'll not enable