I thought I knew all this but nothing is working. From the command line I cloned a GitHub repository. That worked fine.
But now I want to push it back up, including files I added. How do I do that? "Git add" and "git push" don't seem to be doing anything.
Here's a lot of what I tried:
C:\git\ColoradoBallot>git push origin master
fatal: HttpRequestException encountered.
An error occurred while sending the request.
Username for 'https://github.com': david@windward.net
Password for 'https://david@windward.net@github.com':
Everything up-to-date
C:\git\ColoradoBallot>git add
Nothing specified, nothing added.
Maybe you wanted to say 'git add .'?
C:\git\ColoradoBallot>git add .
C:\git\ColoradoBallot>git push origin
fatal: HttpRequestException encountered.
An error occurred while sending the request.
Username for 'https://github.com': david@windward.net
Password for 'https://david@windward.net@github.com':
Everything up-to-date
C:\git\ColoradoBallot>