Reputation: 405
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.
Upvotes: 28
Views: 12108
Reputation: 41
The only required fields are:
Once those 2 fields have been filled out the button will be enabled.
Upvotes: 3
Reputation: 31
I was able to solve this by pressing Tab until the button was selected. Then Enter submitted the form.
Upvotes: 0
Reputation: 5191
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.
Upvotes: 27
Reputation: 151
Try to remove the disabled attribute of the button using developer tools (inspect). It works for me.
Upvotes: 15