简体   繁体   中英

Password Authentication

When uploading my GitHub file to my repository, I am having trouble with the password authentication.

密码输入的终端屏幕截图

It doesn't allow me to type the password. If someone could help me out, that would be much appreciated!

As you type your password, the shell supresses the keyboard output on the screen. Most, if not all, CLI applications do this for security reasons, so your password isn't stored in plaintext anywhere.

Even though there are no new characters being printed on the screen as you type, your input is still being recorded. Just press enter when you're done entering your password.

Further reading: Can't type password in Git Bash

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM