为什么我不能从 GitHub 克隆存储库
Why cant I clone repository from GitHub
我无法从 GitHub.Every 添加我的凭据时克隆任何东西,而不是像往常一样克隆存储库,我收到一条消息说
This is not a valid repository
然后在下面留言。
Command: git -c diff.mnemonicprefix=false -c core.quotepath=false --no-optional-locks
ls-remote https://github.com/lindar-joy/mrq-wallet.git
输出:
错误:登录失败,使用ctrl+c取消基本凭证提示。
我已经尝试了我在这里找到的建议,但没有成功:
https://github.community/t/git-clone-is-not-working-for-a-private-repo/501/3
如有任何建议,我们将不胜感激。提前致谢!
我设法通过使用 Github 桌面
绕过了这个问题
这样做(从 Git Bash 内部):
git credential-manager uninstall
然后:
git credential-manager install
它可能会抱怨 - 对我来说,它在两个步骤上都抱怨它失败了,但它解决了我的问题。
我有一段时间遇到同样的问题,但在我的系统上安装新的 git 版本后一切都得到了解决。
只需访问此 link
https://gitforwindows.org/
我无法从 GitHub.Every 添加我的凭据时克隆任何东西,而不是像往常一样克隆存储库,我收到一条消息说
This is not a valid repository
然后在下面留言。
Command: git -c diff.mnemonicprefix=false -c core.quotepath=false --no-optional-locks
ls-remote https://github.com/lindar-joy/mrq-wallet.git
输出: 错误:登录失败,使用ctrl+c取消基本凭证提示。
我已经尝试了我在这里找到的建议,但没有成功:
https://github.community/t/git-clone-is-not-working-for-a-private-repo/501/3
如有任何建议,我们将不胜感激。提前致谢!
我设法通过使用 Github 桌面
绕过了这个问题这样做(从 Git Bash 内部):
git credential-manager uninstall
然后:
git credential-manager install
它可能会抱怨 - 对我来说,它在两个步骤上都抱怨它失败了,但它解决了我的问题。
我有一段时间遇到同样的问题,但在我的系统上安装新的 git 版本后一切都得到了解决。
只需访问此 link https://gitforwindows.org/