I can not push to GitHub

0

I have a problem with git, I want to push a group project, however, it does not allow me to do it, if I do it through https it throws me an error 403 and if I do it by ssh, it seems to me "Permission denied (publikey) "Also, I have already added the ssh key in the git account, even though, I can not push, I can only clone via hhtps, not even via ssh.

I hope your help, thank you.

    
asked by Pedro P Segura 25.05.2018 в 22:48
source

1 answer

-1

First verify the following:

  • You have set git correctly from your console. To do this go to the path c/usuarios/tucuentadered/ and review the file .gitconfig in the should have something like that.

    [user]
        name = Tu Nombre
        email = Tu correo
    

    The name must be the same with which you created your account in github p gitlab and the provider that is. The email same as the previous one, must be exactly the same.

  • Verify that Windows has the credentials to access your git provider (github, gitlab or other). To do this start, in the search engine type 'credentials administrator' in the Windows Credentials section verify that your provider's domain appears along with the credentials of your account.

  • You tell me how it goes with that.

        
    answered by 13.06.2018 в 19:38