-
Notifications
You must be signed in to change notification settings - Fork 42.2k
Description
@jlord
I've tried to look into the previous issue submissions with the same issue, but was unable to troubleshoot successfully.
I am unable to push my changes on my created branch (as per what I understood of the instructions). I've checked the sources for the remotes, and they appear to be as they should, yet I continue to receive the same error that I am unable to access this path.
Here's a sample of my "remote -v" output and what error message i get when I try to push:
(base) MacBook-iLo:patchwork jlo$ git remote -v
origin https://github.com/loewen-behold/patchwork.git (fetch)
origin https://github.com/loewen-behold/patchwork.git (push)
upstream https://github.com/jlord/patchwork.git (fetch)
upstream https://github.com/jlord/patchwork.git (push)
(base) MacBook-iLo:patchwork jlo$ git push origin add-loewen-behold
remote: Permission to loewen-behold/patchwork.git denied to loewen-behold.
fatal: unable to access 'https://github.com/loewen-behold/patchwork.git/': The requested URL returned error: 403"