今天第一次使用git push失败

今天第一次使用尝试使用git上传文件到gitlab的仓库里,但是总是git push 不上去,我的ssh已经生成并且配置好了,我现在就没办法解决了。还有 ssh -T git@gitlab.com也显示权限不允许,但是github和gitgitee的就可以。
remote:

remote: The project you were looking for could not be found or you don't have permission to view it.

fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

img

我的解答思路和尝试过的方法
我想要达到的结果

img

img

你都clone下来了,不能push可能是管理策略吧。你可以push其他分支试试。

是不是没有权限啊 你建个别的分支 提交试试