Termux-packages: [git] Can't type password in git push

Created on 23 Sep 2018  路  1Comment  路  Source: termux/termux-packages

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.

Most helpful comment

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.

>All comments

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jackbrycesmith picture jackbrycesmith  路  3Comments

adit picture adit  路  3Comments

roalyr picture roalyr  路  3Comments

Wetitpig picture Wetitpig  路  3Comments

tigran123 picture tigran123  路  3Comments