I've read through countless tutorials and I keep coming up short. Here's what I've got:
-- I'm running RubyMine on my Windows desktop
-- I've installed Git on my WebFaction hosting account per their instructions
-- Git appears to be working fine on both machines
Here's what I'm doing:
1. On server:
a. mkdir project
b. git init
c. git add .
d. git commit <--- "nothing to commit"
2. On client:
a. Create new project in RubyMine.
b. "git init" in top directory of project
c. "Push changes" to server <---- "failed to push some refs to...".
What steps am I missing?