最佳答案
我实现 oauth2 web 流程是为了从我的应用程序的用户那里获得 access _ token。使用 access _ token,我希望执行以下操作:
我已经成功地获得了用户信息(1)并创建了一个回购(2)
问题是我不能推送代码(3) ,我得到“未授权”错误。
我运行的命令:
git remote add origin https://gitlab-ci-token<mytoken>@gitlab.com/myuser/myrepo.git
git push origin master