I am using macOS version 11.2.2 BigSur. I don't seem to be able to create a GitHub repository on the web (I am using safari). The button is greyed out or you say it as disabled. There is no other problem in naming, storage etc. Please suggest me some solutions.
You can choose whether members can create repositories in your organization. If you allow members to create repositories, you can choose whether members can create both public and private repositories or public repositories only. Organization owners can always create any type of repository.
In the command line, navigate to the root directory of your project. Initialize the local directory as a Git repository. To create a repository for your project on GitHub, use the gh repo create subcommand. When prompted, select Push an existing local repository to GitHub and enter the desired name for your repository.
Try creating a repository with .gitignore without any template makes create repository button disabled.
.gitignore template: None -> create Repository button is disabled.
Now either deselect the option or select a template, will make the button enabled.
Try to remove the disabled attribute of the button using developer tools (inspect). It works for me.
The only required fields are:
Once those 2 fields have been filled out the button will be enabled.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With