"Clone Failed" "repository XXXX not found"
I'm trying to clone a repository in Webstorm and I receive an error "Clone Failed" “repository XXXX not found” (where XXXX is the repo URL). When going through the clone process, I get a prompt for login to github, I get taken to the login page on my web browser, and after going through the process of logging in where the github page states “You have been successfully authorized in GitHub. You can close the page.” I then get the “clone failed” error in webstorm.
Checking the access in Github I see the repository I'm trying to clone, so the account that I'm logging in with definitely has access to the repository.
I've checked through past posts with similar titles and have tried toggling "Use credential helper" on and off. Also, I've tried levering “In KeePass” both to no avail.
Version:
WebStorm 2025.1.1
Build #WS-251.25410.117, built on May 7, 2025
Source revision: f16670c80a66d
Licensed to Richard Bucil
Subscription is active until November 9, 2025.
Runtime version: 21.0.6+9-b895.109 aarch64 (JCEF 122.1.9)
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
Toolkit: sun.lwawt.macosx.LWCToolkit
macOS 15.5
GC: G1 Young Generation, G1 Concurrent GC, G1 Old Generation
Memory: 2048M
Cores: 10
Metal Rendering is ON
Registry:
ide.experimental.ui=true
请先登录再写评论。
Are you able to clone the same repository via command line (e.g. git bash) - i.e. outside of the IDE?
Could you try to authenticate to GitHub in Settings (
⌘ + ,
orCtrl + Alt + S
) > Version Control > GitHub > Add (+) > Log in via GitHub..? Does it successfully add a new account in the list?Could you clone the repository using SSH: https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account? To clone via SSH from the IDE, it is necessary to enable the option: Settings (
⌘ + ,
orCtrl + Alt + S
) > Version Control > GitHub > Clone git repositories using SSH.