I'm new to both GitHub and Git. I created a repository on github.com and added some files to it. Then, I used git bash (on Windows) to download those files using git clone github.com/username/repository.git
. So I've got the files on my computer. Now, I have edited some files and I want to send the new files to the master branch on my GitHub repository. I've actually read those questions:
How to push to GitHub using Git Bash?
Error when push commits with Github: fatal: could not read Username
but I can't figure out any solutions.