Github two-way authentication push problem on Windows 10
Posted on Fri 20 July 2018 in Github
It's always good to enable two-way authentication on any account on the net because it increases security. Github does support two way authentication as well.
I tried to push my new blog on Github.io by git commands below:
git add *.*
git commit -m 'hello-world'
git push
I expected git …
Continue reading