Undoubtedly newb question, so I am prepared to take the heat.
An example company repository is https://github.acme.com/MyGroup/RepositoryN
I was using GitHub client and hated it. I switched to Fork and was asked to provide a personal access token. Fork works fine.
But I want to use Sublime Merge to complement my Sublime Text.
I’ve used Sublime Merge successfully LOCALLY - but I can’t seem to get it to connect to the company repository.
I go to Clone Repository https://github.acme.com/MyGroup/RepositoryN
Define the name and where I want it
And Clone times out.
I’m sure I need to put in a personal access token or define login credentials - but I’m never challenged for them in Sublime Merge (as I would have expected via AUTHENTICATING VIA HTTPS).
So I built a ssh/id_rsa.pub key.
Great - NOW Sublime Text comes up and now asks for username / password (? why now?)
I enter it, and now get remote: Password authentication is not available for Git operations.
remote: You must use a personal access token or SSH key.
FYI - deinstall / reinstall does not fix this issue.