【发布时间】:2018-11-20 07:00:34
【问题描述】:
我最近开始在我的 windows 电脑上使用 git bash 命令行,能够克隆一个存储库,但是当我想推送时,我得到了这个错误......
remote: Permission to ********/Calculator.git denied to AwesomeBaron.
fatal: unable to access 'https://github.com/********/Calculator/': The
requested URL returned error: 403
存储库是我自己在 github 上的。请问我该怎么办。
【问题讨论】:
-
看起来您没有设置正确的凭据。如果你刚开始,你可能有一个免费计划,这意味着这个 repo 是公开的(确实如此),这就解释了为什么你能够克隆它。
-
我应该怎么做才能推动或解决它。请让我对它有点陌生
-
请问如何设置正确的凭据
-
你控制回购吗?
-
是的,这是我的仓库。
标签: git github command-line git-bash