আমি আমার একটি প্রকল্প গিথুবের দিকে ঠেলে দেওয়ার চেষ্টা করছি এবং আমি এই ত্রুটিটি পেতে থাকি:
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
, কমান্ড ওপি পোস্ট আমাকে সাহায্য এমনকি আরো উত্তর চেয়ে