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,120

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

View Entire Topic
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?