मैं इस त्रुटि में भाग रहा हूं:
$ git push heroku master
Warning: Permanently added the RSA host key for IP address '50.19.85.132' to the list of known hosts.
! Your key with fingerprint b7:fd:15:25:02:8e:5f:06:4f:1c:af:f3:f0:c3:c2:65 is not authorized to access bitstarter.
मैंने कुंजियाँ जोड़ने का प्रयास किया और मुझे यह त्रुटि मिली:
$ ssh-add ~/.ssh/id_rsa.pub
Could not open a connection to your authentication agent.
$ ssh-agent /bin/sh
और $ ssh-add $yourkey
git config --list
देखने के लिए उपयोग करना चाहिए कि क्या आपने सेट किया है credential.helper
- यदि आपके पास है तो आपको इस सेटिंग को हटा देना चाहिए, क्योंकि सहायक बेकार है।