I have a remote branch (hosted in bitbucket) that displays a git error saying file name too long.
error: unable to resolve reference that_really_long_branch_name: File name too long
When I try to check it out to rename it I get a message similar to:
error: pathspec 'that_really_long_branch_name' did not match any file(s) known to git.
Does anyone know of a way to rename it within bitbucket or thru git?