You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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:
Update: Although my account is an administrative account, I had to login as root (sudo) user for the push command to work for me.
I also had to generate a personal access token for the repo since the push command was followed by a login prompt to github asking for username and pass (used the generated code for pass)
I don't really feel comfortable having to do this every time, so a better fix would be appreciated.
@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"
The text was updated successfully, but these errors were encountered: