我在 GitHub 上创建了一个新存储库,并在我的主文件夹中创建了一个克隆。我复制了我想上传到 GitHub 的程序,并从终端的这个文件夹中输入了:
git add .
git commit -m "Adding projects"
然后从 GitHub 客户端应用程序,我转到这个存储库并单击同步以获取这个未同步的提交。
然后我收到此错误消息:
Error updating submodules. You may not have permission to use the repositories. Go to GitHub > Preferences to make sure you're logged in.
我已登录,但徒劳地寻找答案。我唯一的怀疑是,这与我过去使用不同的 github 帐户的方式有关,而且我的 ~/.ssh/ 文件夹中没有正确的 RSA 密钥,但我对 git 非常缺乏经验,非常感谢任何帮助。