GitHub: 重新安装后找不到远程存储库

GitHub: Can't find remote repository after re-installation

我重新安装了 git bash。当我尝试从我的一个私人存储库中克隆时,我被告知

remote: Repository not found.
fatal: repository 'https://github.com/<MY REPO ADDRESS>/' not found

我已经使用命令

检查了我的用户名和电子邮件是否全部正确
git config user.name
git config user.email

为什么 git 找不到存储库?是不是我忘记配置其他东西了?

这是命令行的快照:

user.name和user.email与https认证无关
前者用于提交,后者使用 GitHub 用户名和密码。

因为我在 your repo page 中没有看到 debugging.git 存储库,它可能是一个私人存储库(在这种情况下,请仔细检查您在克隆它时应该输入的用户名和密码).
或者它不存在(在这种情况下,create it on GitHub first