In over my head here. My repo was public, but is now private. I'm trying to pull from origin on my CentOS box via command line.
When I try to do git pull origin
I get:
error: The requested URL returned error: 403 Forbidden while accessing <remote path to git>
From memory I never set up my username/password with Git on this box so I tried following the instructions here: https://help.github.com/articles/set-up-git#platform-linux
But this has done nothing / I was never asked for my password. To clarify, I entered the same email that is linked to my github account.
Googling "log in to git from command line" yields nothing helpful. How on earth do I log in to this thing?