我创建了一个github存储库,然后进入我电脑上的本地并执行了git init,我以为我做的一切都是正确的,但现在当我推送时,我得到了一个错误。我不知道如何链接我的git本地和我的github。
我已经和git config -l确认过了,一切看起来都很正常。
fatal: 'master' does not appear to be a git repository
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.https://stackoverflow.com/questions/56222338
复制相似问题