Can you give any more information? This just says "there is a problem" without describing the problem.
I have cloned my repository using ssh from Bitbucket cloud server. I made a change to the source code and when i pushed the change to master branch it does not accept whereas i was able to pull and commit the changes from the master branch.
I am not sure why the push operation does not work.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
What exactly does the error message say?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi James,
Below is the error message
tolga@DESKTOP-MUVROBQ:/tmp/vpc-templates$ git push origin master
repository access denied. access via a deployment key is read-only.
fatal: Could not read from remote repository. Please make sure you have the correct access rights
and the repository exists.
tolga@DESKTOP-MUVROBQ:/tmp/vpc-templates$
ssh causes issues while https is fine
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@jredmond Can you suggest an answer for this.
Below is the error message
tolga@DESKTOP-MUVROBQ:/tmp/vpc-templates$ git push origin master
repository access denied. access via a deployment key is read-only.
fatal: Could not read from remote repository. Please make sure you have the correct access rights
and the repository exists.
tolga@DESKTOP-MUVROBQ:/tmp/vpc-templates$
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
repository access denied. access via a deployment key is read-only.
You've added the key to the repository. Take it out of there and add it to your account.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
check if u have write permissions on that repository.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.