我实现了oauth2 web流程,以便从我的app的用户那里获取access_token。通过access_token,我想执行以下操作:
我已经成功获取用户信息(1)并创建了一个仓库(2)
我运行的命令:
git remote add origin https://gitlab-ci-token:<mytoken>@gitlab.com/myuser/myrepo.git
最好的问候。
git push origin master
你应该做
git remote add origin https://oauth2:<mytoken>@gitlab.com/myuser/myrepo.git
Gitlab目前不支持使用gitlab-ci-token
进行推送。有一个开放的feature request。