Forums

Bash console freezing at GitHub password input

I am trying to clone my repo to pythonanywhere following Charming Data YT tutorial. Console asks my for password to clone my repo from GitHub after provided username. Straight after it freezes so I can't input it. The only thing I can do is to hit enter and obviously it fails at this point. Help please.

It was my privet repo which was forcing to logging which didn't work. On public it is all good..

When git prompts you for a password, it stops displaying characters as you type them -- this is to prevent people from discovering your password by looking over your shoulder. Just type in the password and hit return, and it will work.