How to resolve "Cannot push because the remote branch does not allow pushing into it." message?
Summary:
While trying to push a feature branch to the remote repo, I get this message:
"You cannot push because the remote branch does not allow pushing into it.
You might want to create a Merge Request instead."
Content:
In order to process the Compensation personalizations which were generated in a workspace file by the Personalization Helper Tool, I performed the following:
- Ran the personalization helper tool for the compensation modules with an input file for the current workspace. This generated an updated workspace file for import into VBS.
- Within the VBS administrative Git page , I created a new remote branch called "feature/compensation" to contain any Compensation specific personalizations.
0