'Create repository button disabled on GitHub
Solution 1:[1]
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.
Solution 2:[2]
Try to remove the disabled attribute of the button using developer tools (inspect). It works for me.
Solution 3:[3]
I was able to solve this by pressing Tab until the button was selected. Then Enter submitted the form.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | Arpan Saini |
Solution 2 | Maxi Sc |
Solution 3 | particlepat |