when i reuse a repository to create dev environment it errors

0

I am trying to reuse a repository with a new branch but the option to work in new branch is greyed out. But since I am following devops playground and they are able to do it, something has changed since. Is this a bug or feature not available?

asked a year ago248 views
2 Answers
0
Accepted Answer

The option to create a new branch in a repository should not be greyed out, so it's possible that there is an issue with the repository or the tool you are using. Here are some things you can try to resolve the issue:

Ensure that you have the necessary permissions: Make sure that you have the necessary permissions to create a new branch in the repository. If you are not the owner or a collaborator of the repository, you may not have the necessary permissions.

Check the repository settings: Verify that the repository settings allow for the creation of new branches. If the option to create new branches is disabled, you will not be able to create a new branch.

Try a different tool or method: If you are using a specific tool or method to create the new branch, try using a different tool or method to see if the issue persists. For example, you can try using the command line interface instead of the graphical user interface.

Contact support: If none of the above solutions work, consider contacting the support team for the tool or service you are using to report the issue and seek assistance.

It's worth noting that sometimes there can be intermittent bugs or issues with software and services, so if you encounter an issue, it may be worth checking back at a later time to see if the issue has been resolved.

Thank you.

answered a year ago
  • Would be nice if you could be more specific with resolution, as this seems a bit too vague

  • thanks for the clarification. I have rights to add branch. Since I was using a forked project, I might not have had the right privilege to create a branch in the forked repo. So I had to create a branch in my repo manually for it and I was able to proceed. When I use my repositories, I did not face this issue.

0

ok, i am back to where i started and don't know what to do with this issue. branch greyed out

answered a year ago
  • the above is a git repo and it seems to have all read/write permissions. I want to know what should I do to allow new branch in code catalyst and how do I?

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions