मैं अपनी एक परियोजना को गितुब में धकेलने की कोशिश कर रहा हूं, और मुझे यह त्रुटि मिलती रहती है:
peeplesoft@jane3:~/846156 (master) $ git push
fatal: The current branch master has no upstream branch.
To push the current branch and set the remote as upstream, use
git push --set-upstream origin master
इसलिए मैंने इसे आजमाया और यह मिला:
peeplesoft@jane3:~/846156 (master) $ git push --set-upstream origin master
fatal: Authentication failed
एक और स्टैकओवरफ़्लो थ्रेड ने सुझाव दिया कि मैं निराशाजनक परिणामों के साथ, निम्नलिखित प्रयास करता हूं।
peeplesoft@jane3:~/846156 (master) $ git push -u origin master
fatal: Authentication failed
फिर मैंने यह कोशिश की:
peeplesoft@jane3:~/846156 (master) $ git config remote.origin.push HEAD
peeplesoft@jane3:~/846156 (master) $ git push
fatal: Authentication failed
कोई संकेत?
git
की इच्छा थी कि पोस्ट की गई ओपी ने मेरी मदद की, यहां तक कि जवाब से भी ज्यादा