Remote -v 未返回有关 git 存储库的任何信息

Remote -v is not returning any information about the git repository

相对缺乏经验的 git 用户,但我有一个问题,命令 git remote -v 没有返回关于我从 [= 派生的 git 存储库的任何信息19=]。我的文件夹中有 .git 运行,它与我的 GitHub 帐户中的完全相同。原件是从一所编码学校分叉出来的(文件包含练习题)。现在我正在尝试推回存储库,但这也不起作用。

如有任何帮助,我们将不胜感激!

再试一次,用 git clone https://github.com/<me>/<myfork>

克隆你的叉子

然后进入 git clone 创建的 myfork 文件夹,并检查 git remote -v 是否 return 正确的来源 URL。