In Powershell Console, when typing
git remote add github https://github.com/myusername/myrepo.git
git push -u github master
Powershell prompt
Username for 'https://github.com':
But I cannot enter any answer as any keypress doesn't seem to respond, is it normal ?
Note 1: I use github as name for remote because I already used origin for pushing also to bitbucket
Note 2: I am on Windows 10 and have installed Posh-Git