0
Good afternoon. I took a course on Git and am following the steps to insert a project into a Github repository. When I run the "git push origin master" command on Git Bash, the program redirects to another window requesting login to Github. I run the login on Github, but a window appears requesting authorization from Git Credential Manager. The authorization button is disabled. How should I proceed? Thank you in advance.
Try to put a picture of the problem is easier for people here Stack overflow
– Dakota
Are you pushing a repository that you have upload authorization for? Try redoing the steps of creating the keys and do not put password together with the key, to decrease these initial problems.
– Daniel Ikenaga
I’m pushing a repository, but I’m redirected to a page asking for authorization from Git Credential Manager, but the authorize button is disabled. I am using the Windows operating system and this window is opened by Internet Explorer. Name and email credentials are configured.
– Nascimento