flash
flash

Reputation: 1519

Failed to parse supported auth schemes: The operation identifier is not valid in GitKraken

I am trying to clone a repository from Beanstalk via Gitkraken but for some reasons I am getting the following error:

"Failed to parse supported auth schemes. The operation identifier is not valid."

The way, I am cloning the repository is that I went to Gitkraken and followed the following steps:

  1. File -> Clone Repo

  2. clone

    • where to clone to
    • URL
  3. Atlast, when I clicked on clone the repo.

I am getting the following error as shown in an image:

enter image description here

Upvotes: 4

Views: 7388

Answers (1)

cwalter
cwalter

Reputation: 69

Go to Preferences - Authentication and try to reconnect to your repo. Worked for me.

(Edit) In version 8.1.1, navigate to: File -> Preferences -> Integrations then re-connect to your source provider (e.g. Github, Gitlab, Azure DevOps)

Upvotes: 6

Related Questions