【发布时间】:2020-06-10 04:15:17
【问题描述】:
黄色, 我已尝试按照以下步骤设置“无需用户名和密码访问(推送)Github”选项... https://medium.com/@amanze.ogbonna/accessing-pushing-to-github-without-username-and-password-3022feb077fb
但现在我得到一个我似乎无法摆脱的错误:
ficho@ficho-PS63-Modern-8M:~/Desktop/FUTSAL CUP 2020/www$ git push
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.
ficho@ficho-PS63-Modern-8M:~/Desktop/FUTSAL CUP 2020/www$ git remote -v
github https://github.com/FilipZafran/FutsalCup.git (fetch)
github https://github.com/FilipZafran/FutsalCup.git (push)
origin origin (fetch)
origin origin (push)
我使用的是 Ubuntu 18.4。
这是 Github 存储库: https://github.com/FilipZafran/FutsalCup
不知道我搞砸了什么......
【问题讨论】:
-
我看到了那个,但我没能跟上……我不相信它是同一个问题……