1

I created a new file in Bitbucket Cloud (using the web interface - bitbucket.org).

I followed the next steps:

  • copied & pasted a value as file name
  • added a file content
  • clicked on Commit
  • changed the default commit message
  • Commit

and I got the following message:

We had trouble committing your changes.

Commit changes - trouble

How can I solve this?

ROMANIA_engineer
  • 54,432
  • 29
  • 203
  • 199

2 Answers2

2

It is a bitbucket bug.

It happens when you pasted a text using right click > Paste and no key was pressed when the cursor what inside the input box.

When you get the message:

We had trouble committing your changes.

you can see "Creating on branch" below (without the file name).

Creating on branch

When it works fine, you will see the file name between "Creating" and "on branch".

Creating file on branch

Possible solutions:

  • Click in the file name input box and press a key
    • E.g.: Ctrl / Shift / Alt / Enter
    • Not OK: Tab / Esc
  • Paste again the text by using Ctrl + V
  • Type the text instead of pasting it
ROMANIA_engineer
  • 54,432
  • 29
  • 203
  • 199
0

In my case, I'm using a VPN browser extension so I figure out that's the issue even when I already add the website to bypass list. So I disable the extension and try restarting my browser and it works fine.

AreRex14
  • 29
  • 5