Sublime Forum

GitHub SSH Auth Issues

#1

I am using 1Password to manage my SSH keys, but for some reason I am not able to authenticate to GitHub. When I try to push, I am greeted with this error:

error: unable to read askpass response from '/Applications/Sublime Merge.app/Contents/MacOS/ssh-askpass-sublime'
fatal: could not read Username for 'https://github.com': terminal prompts disabled

Even when setting up the SSH config file on my Mac to point directly to my SSH key instead of 1Password, I get the same error.

0 Likes

#2

That looks like you are using HTTPS protocol remote rather than a SSH one.

0 Likes

#3

How would I go about changing that?

0 Likes

#4

3 Likes

#5

Thank you! I didn’t realize I needed to clone the repo using SSH if I wanted to also interact with GitHub using SSH.

0 Likes