How to clone a repository that needs SSO in GitHub Desktop?

Viewed 1225

I am trying to clone a repository. It needs SSO to view it. I use a Personal Access Token(with repo permission) for push, pull, etc.

Now I am trying to use GitHub Desktop, but it says authentication failed when I'm trying to clone the repository. Entering the correct credentials is throwing the same error.

enter image description here

How can I clone this repository and use it in GitHub Desktop?

PS: Other repositories(that don't need SSO) are cloning fine.

1 Answers
Related