Git克隆可与个人访问令牌一起使用,但不能与Git推送

时间:2019-05-09 05:47:40

标签: git github

我想知道是否有人遇到过这个问题。我在this之后创建了一个个人访问令牌,并且还为访问令牌提供了完整的回购访问权限。

我可以通过以下方式克隆存储库:

git clone https://<Personal Access Token>@github.com/<Org name>/<Repo_name>.git

但是我无法推送它给了我错误:

remote: Repository not found.
atal: repository 'https://<Personal Access Token>@github.com/<Org name>/<Repo_name>.git/' not found

运行git remote -v给出:

origin  https://<Personal Access Token>@github.com/<Org name>/<Repo_name>.git (fetch)
origin  https://<Personal Access Token>@github.com/<Org name>/<Repo_name>.git (push)

如果您需要更多信息,请告诉我。

1 个答案:

答案 0 :(得分:1)

PO在上面的评论中回答了这个问题:

  

别担心...我发现带有访问令牌的帐户只有读访问权限...