1
I am trying to register a Gitlab Runner, but when I run the registry command specified in the API, error occurs. The command I try to run is like the one described in the API:
curl --request POST "https://gitlab.example.com/api/v4/runners" --form "token=ipzXrMhuyyJPifUt6ANz" --form "description=test-1-20150125-test" --form "tag_list=ruby,mysql,tag1,tag2"
The error obtained is:
curl: (92) HTTP/2 stream 1 was not closed cleanly: REFUSED_STREAM (err 7)
References: https://docs.gitlab.com/ee/api/runners.html