So basically, everything with git is fine, except push.
Whenever i push, i can type username, but not password.
This makes me unable to git push in Termux.
So basically, everything with git is fine, except push.
@CreatorVilius Git push via https and ssh works fine. Just tested.
Whenever i push, i can type username, but not password.
Passwords are invisible, i.e not echoed to console which is a default behaviour for most Linux command line programs with password prompt. See this: https://unix.stackexchange.com/questions/268006/why-is-the-password-i-entered-not-visible/268013
Just make sure that you typed password correctly or use a password manager for copying/pasting password when needed.
Most helpful comment
@CreatorVilius Git push via https and ssh works fine. Just tested.
Passwords are invisible, i.e not echoed to console which is a default behaviour for most Linux command line programs with password prompt. See this: https://unix.stackexchange.com/questions/268006/why-is-the-password-i-entered-not-visible/268013
Just make sure that you typed password correctly or use a password manager for copying/pasting password when needed.