मैंने प्रोजेक्ट अपलोड करने के लिए नीचे दिए गए इन निर्देशों का पालन किया है।
वैश्विक सेटअप:
Download and install Git
git config --global user.name "Your Name"
git config --global user.email tirenga@gmail.com
Add your public key
Next steps:
mkdir tirengarfio
cd tirengarfio
git init
touch README
git add README
git commit -m 'first commit'
git remote add origin git@github.com:tirenga/tirenga.git
git push origin master
लेकिन मुझे यह त्रुटि मिली:
अनुमति से इनकार (publickey)। घातक: दूरस्थ अंत अप्रत्याशित रूप से लटका हुआ है