0

I'm borrowing a friend's computer, and when I tried to push to my repository I got the following error.

remote: Permission to /.git denied to . fatal: unable to access 'https://github.com///': The requested URL returned error: 403

"git config user.email" and "git config user.name" show my github username/email

Thita High
  • 19
  • 4

1 Answers1

3

You must add your (your friend's computer) ssh public key to your github account. See this link on how to add them

rrw
  • 671
  • 7
  • 18