I want to make a new repository on Github and push my local files into it, so I created one on Githuh.com and then on my project I ran these commands:
git init
git add .
git commit -m "First Commit"
git remote add origin git@github.com:myusername/myreponame.git
git push -u origin master
But then it says: Enter passphrase for key '/c/Users/PV/.ssh/id_rsa:'
And I don't really know what to write here because all the tuts that have seen over net, never reached this message!
So if you know what to write here please let me know, thanks.