gpt4 book ai didi

git push 在 MacOS Sierra 10.12.5 中失败

转载 作者:行者123 更新时间:2023-12-02 14:19:09 24 4
gpt4 key购买 nike

最近我尝试在装有 Sierra 10.12.5 的 MacBook Pro 中使用 git。
git 在 Mavericks 中毫无怨言地使用,但是,它给出了问题
现在在 git push 中。

备注

在 SO 和 google 中确实存在许多类似和相同的问题,
但没有一个对我有用。
如果有人建议解决我的问题的链接,我会很乐意删除我的问题,无需投票,这个问题对我来说需要很多时间。

这似乎是一个愚蠢的问题,只是无法推送到 git hub repo,
但承认与否,这是同时困扰我的问题。

感谢您的帮助,如果您可以提供帮助。

错误:

ERROR: Permission to XXX.
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

到目前为止所做的事情:
  • 复制~/.ssh/id_rsa.pub的内容
    到 GITHUB/Settings/SSH 和 GPG key /新 key
  • 测试

    ssh -T git@github.com

  • 给出:
    Hi USERNAME! You've successfully authenticated, but GitHub does not provide shell access.
  • 然后我从我的 GitHub 帐户中克隆了一个练习仓库:

    git 克隆 git@github.com:bhishan2/practice.git。
    cd练习。
    触摸example.txt。
    git 添加示例.txt。
    git commit -m "添加了一个文件"
    git push 起源大师。

  • 现在我得到了上述错误。

    我们如何解决这个错误?

    相关链接:
    git: fatal: Could not read from remote repository
    https://community.atlassian.com/t5/Bitbucket-questions/git-pull-fatal-Could-not-read-from-remote-repository/qaq-p/122111
    https://github.com/jakubroztocil/cloudtunes/issues/23

    帮助将不胜感激。

    最佳答案

    上次我在成功后看到该错误 ssh -T github.com was in 2015

    Hi USERNAME与预期的 GitHub 帐户不完全相同(此处为 bhishan2 )

    这意味着克隆的 repo bhishan2/practice 可以克隆,但不能推送到,因为 ssh key 验证为错误的所有者。

    关于git push 在 MacOS Sierra 10.12.5 中失败,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44877547/

    24 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com