可以拉,克隆并具有管理员权限,但不能推送到git repo

时间:2019-11-08 15:59:18

标签: git bitbucket

我见过I can clone repo and pull, but I can't push等,但是该解决方案不起作用。这是一个位存储库,我是管理员。

所以这是我到目前为止所做的:

  • 在本地创建分支
  • 试图设置上游:

    git push --set-upstream --force origin branch_name
    Unauthorized
    fatal: Could not read from remote repository.
    
    Please make sure you have the correct access rights
    and the repository exists.
    

更新: 我发现我可以使用https做我需要做的事情,但不能使用ssh。修复ssh很有用。

0 个答案:

没有答案