简体   繁体   中英

Terminal freezing while trying to push local git repo to GitHub

I'm trying to push my file from a local git repository to a GitHub via terminal.

When i insert:

git remote add origin https://github.com/vbavinicius/git-basics.git
git push -u origin master

i insert my username and when going to insert my password the terminal freezes.

Anyone knows the solution?

Sorry for bad english, i'm non english speaker.

Maybe it just does not echo your password back? Try just blindly typing and press enter. Even better, set up SSH keys.

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