Intro
I'm pretty new to Git and Github, and I am just trying to add (new) files to a repo I created on Github. I have Windows 7. I have found some supposed solutions for Linus/OX on Stack Overflow, but it does not work for Windows 7.
I have found a similar question on Stack Overflow. Users answered that it is common for passwords to remain invisible, but that it should work if you enter in the password anyways.
Problem
I have committed various files and need to push them to GitHub from Git. In Git Bash/the terminal, all steps from the beginning tutorials/Google answers to add files from your computer onto GitHub are successful until the very last step (git push origin master
).
At this point, the terminals prompt me to enter my username (no problem, successful) and my password. Nothing shows up when I type my password. If I type my password in and press enter afterwards anyways, nothing happens and it does not work. I have tried this multiple times. The password is correct as it works on GitHub, but it does not work on the terminal.
Further information
GitHub shows that I have a ReadMe file and a license in my repo. I will need to add an html, css, and jpg file to GitHub.