Hi,
When I try to merge a pull request it fails with merge conflict.
I'm trying to delete some files, and I delete 1 by 1. I figured that 6 of them fails because they have a long filename.
Any help?
Thank you
Hi Alfredo, welcome to the Community!
This is an issue related with how Git handles files, and not with Bitbucket itself, but I'll try to help you anyway :)
How big is the filename? Git has a limit of 4096 characters for a filename, except on Windows when Git is compiled with msys, where the limit is 260 characters. You will need to reduce the name of your files and try again.
Let us know how it goes,
Ana
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.