Error placing my code on github

Asked

Viewed 12 times

-2

I started recently in programming, created a calculator and wanted to put my code on github. For this, I saw a video on Youtube. However, in the last step, when I push is not working, the following message appears. => remote: Permission to Emanuel 321-DEV/calculator html-css-js.git denied to gabrielVieiraDias.

In this case, I use my brother’s PC to program... which is Gabriel

If anyone can help me please, I don’t know what else to do

  • 1

    In git there are default settings, you can see the settings running: git config --list, Most likely getting the error because the user gabriel does not have permission in the repositories of emanuel. If you want to push the code with your user you will have to make a configuration in git itself to set the user and email and your published key. ref. Search for git config local vs global.

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.