git - Ssh not recognizing public key -


a list of things i've done:

  • generated (public) key puttygen , saved (public key) 'id_rsa' in users/user/.ssh folder

  • entered .ssh key in bitbucket settings

  • when i'm trying git push code bitbucket repository ask passphrase -> although when enter passphrase permission denied(publickey).

i've tried deleting public key, make new one, use passphrase , nothing worked. doing wrong?

// git init / remote etc. done already

λ git push --set-upstream origin master enter passphrase key '/c/users/user/.ssh/id_rsa': permission denied (publickey). fatal: not read remote repository. 

needlessly i'm working on windows. haven't experienced problems on osx system.


Comments

Popular posts from this blog

java - Run spring boot application error: Cannot instantiate interface org.springframework.context.ApplicationListener -

python - pip wont install .WHL files -

Excel VBA "Microsoft Windows Common Controls 6.0 (SP6)" Location Changes -