我见过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很有用。