Sublime Forum

Basic pull and push with GitHub

#1

Hello,
My Sublime Merge is licensed, for macOS 15.6.1. I did not use it for a while now and it seems that I am unable to do the basic pull/push from GItHub. It asks for the username and Personal Access Token after with it fails with this message:

Cloning into ‘PATH’…
remote: Write access to repository not granted.
fatal: unable to access ‘https://github.com/USER/GITNAME.git/’: The requested URL returned error: 403
git failed with exit code 128

Can anyone, please, share the best practice to pull/push from/to GitHub? How to approach GH’s over-the-top security requests?

Thanks

0 Likes

#2

Are you able to push/pull to this repo outside of SM? from the command line just with Git?

I suggest you set up SSH key authentication (so Git does not request user/pass for each action).

0 Likes

#3

Try to add new github credentials, github is not accepting your credentials.

0 Likes