cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

GitLab Webide Error "Rebase Request Failed" While rebasing from master branch

Ajinkya_Jadhav
Participant
0 Likes
1,119

Hi,

While rebasing from master branch to my local branch I am getting this error. Can anyone help me how to resolve this error.

Thanks

Ajinkya

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Likes

Hi Ajinkya,

Rebase may be failing because someone has submmited by mistake an invalid project.json file.

Could you verify the .che/project.json file is in valid format.

Regards,

Tomer

Ajinkya_Jadhav
Participant
0 Likes

Hi Tomer,

Because of project.json file, we are facing issues while pushing and merging in GitLab also. Is it possible to add project.json file in .gitignore file?

Will it affect the project if other developer clone the project from GitLab which does not have project.json file?

Will the WebIDE automatically create the project.json file for new developer?

Answers (2)

Answers (2)

Former Member
0 Likes

It's possible to add project.json file in .gitignore file, but this is not recommanded. (There might be situations when you want all developers to get the same project.json)

If project.json file doesn't exist then WebIDE automatically create the project.json file.

liat_b
Product and Topic Expert
Product and Topic Expert
0 Likes

Hi Ajinkya,

Rebase may be failing due to several reasons - for example - you have uncommitted changes in your local branch.

Could you check which error appears in the console? You should see more details there.

Thanks,

Liat

Ajinkya_Jadhav
Participant
0 Likes

Hi Liat,

There is no information in the console, it is just showing "Rebase Request Failed".

There is no uncommited changes in the local branch.

Please find the screenshot below for more details.

Thanks.

Regards,

Ajinkya