When I execute the $ git push origin master command in git bash, then after that I need to enter my GitHub login and password. The problem is that the login is entered, but the password is not. What could be the problem?
|
2 answers
The password is simply not displayed. But introduced.
|
Set up key authorization and forget about HTTP in the git. But if for some reason this is not possible, pass the password on the IDE.
- onethe third option: use ms / windows- analogue of the warm tube
.netrc. - aleksandr barakin
|
ssh -l git github.com- Yaroslavbackspacebefore entering the password will not be able to damage anything. - aleksandr barakin 5:43 pm