I can't do “git push origin master”

Multi tool use


I can't do “git push origin master”
when I try to do git push origin master I always get one of these messages I tried bitbucket only is there is a problem with git commands or something?
error message 1
error message 2
the full detailed errors on the two images
– Islam Moustafa
21 mins ago
1 Answer
1
To resolve the first error message, make sure you've properly generated an RSA key pair and uploaded the public key to bitbucket in your settings. The second error message is appearing because you need to run git pull
before you run git push
in order to update the repository.
git pull
git push
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.
Can you be more specific?
– bstrauch24
26 mins ago