I use double authentication with GitHub, therefore I use a token that works as a password, but in powershell under windows10 , every time I execute the command git push
or git flow publish
it asks me for a username and password.
I have Posh-Git and Git-Flow module installed .
Additional note
I have port 22 blocked so I can only use thehttps
.
Ask
What should I do so that git
it does not request my GitHub username and password anymore?
try with...
It will ask you for the credentials once and they will be cached for future operations.
Reference .