【发布时间】:2021-06-01 17:59:02
【问题描述】:
我正在使用 Atom 文本编辑器,我想将它连接到 GitHub。当我尝试从 Atom 初始化并发布一个 repo 到 GitHub 时,它会抛出一个错误 -
fatal: 'origin' 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.
在网上没有找到任何好的东西。尝试使用apm和命令行重新安装github包,但报错:Failed to delete github: No package.json found at C:\Users\User\.atom\packages\github\package.json
系统 - Windows 10、Atom - 最新版本。
感谢您的帮助!
【问题讨论】:
标签: git github atom-editor