I'm trying to use the access token with GitHub. I'm trying to follow the following commands. A link for which can be found here.
For Linux based Operating Systems: For Linux, you need to configure the local GIT client with a username and password.
$ git config --global user.name "your-github-username"
$ git config --global user.email "your-github-email"
git config -l
But when I use the username command, I get a 'command not found' error. I'm probably missing something completely trivial, but I cannot seem to get it working.
I get the following error message.
Username for 'http://github.com' : 'my_username' username: command not found