मैंने केवल 2FA सक्षम किया (मैं अपने द्वारा किए गए किसी भी अन्य परिवर्तन के बारे में नहीं सोच सकता) और git ने मेरे उपयोगकर्ता नाम और पासवर्ड के लिए कहा। मैंने दोनों को प्रदान किया, लेकिन वे "गलत" थे। मैंने यहां कई समाधानों की कोशिश की: गिट पुश के लिए उपयोगकर्ता नाम और पासवर्ड की आवश्यकता होती है, लेकिन यह काम नहीं करता है। विशेष रूप से, जब https से ssh पर स्विच किया जाता है, ssh कुंजी देता है
अनुमति से इनकार (publickey)। घातक: दूरस्थ भंडार से नहीं पढ़ सकता था।
$ git push
warning: push.default is unset; its implicit value is changing in
Git 2.0 from 'matching' to 'simple'. To squelch this message
and maintain the current behavior after the default changes, use:
git config --global push.default matching
To squelch this message and adopt the new behavior now, use:
git config --global push.default simple
See 'git help config' and search for 'push.default' for further information.
(the 'simple' mode was introduced in Git 1.7.11. Use the similar mode
'current' instead of 'simple' if you sometimes use older versions of Git)
Username for 'https://github.com': **********
Password for 'https://mlbileschi@github.com':
remote: Invalid username or password.
fatal: Authentication failed for 'https://github.com/mlbileschi/scala.git/'
कोई सुझाव?