从另一台电脑推送到我的仓库

Push to my repo from another PC

我有一个在家里用我的电脑创建的存储库。现在我在我公司的 PC 上,我克隆了 repo,当我试图推送时我得到了这个错误:

remote: Permission to danielfpedro/mayhem-app.git denied to ag.interagir@gmail.c
om.
fatal: unable to access 'https://github.com/danielfpedro/mayhem-app/': The reque
sted URL returned error: 403

问题是,我不知道 github 从哪里得到这个用户名 ag.interagir@gmail 的引用,我也不知道如何更改这个。

我还从我公司的 PC 上添加了 ssh-key 到 github 帐户。

我知道这很基础,但我研究了很多但找不到任何有用的东西

我不需要更改用户,我只是将我公司的用户添加到 repo 的协作者。就这么简单,但对某人有用。