0

I deleted a bitbucket repo and tried to push a commit to it.

I get the following error

permission denied (publickey) 
fatal: could not read from remote repository.

Please make sure you have the correct access rights and the repository exists

What actually happens when this error occurs.

  1. Can it create a new repository?

  2. Does it send the commit changes anywhere?

ebg11
  • 906
  • 1
  • 12
  • 33

1 Answers1

1

Can it create a new repository?

In theory BitBucket could decide that a failed attempt to push to an inexistent repository creates a new repository on their server. But I don't think they would actually do that.

Does it send the commit changes anywhere?

No, it doesn't know where else it should send them to.

mkrieger1
  • 19,194
  • 5
  • 54
  • 65