I try to follow new my project in github from dashboard (url https://circleci.com/add-projects/gh/wreulicke
).
But the following failed.
I also try to follow using CircleCI API v1.1.
As a result, deploy keys and webhook is registerd to github my repository.
But my project is not found in dashboard https://circleci.com/add-projects/gh/wreulicke
.
$ curl -v -XPOST https://circleci.com/api/v1.1/project/github/wreulicke/gojg/follow?circle-token=******************************************ae4c
* Trying 52.44.199.245...
* TCP_NODELAY set
* Connected to circleci.com (52.44.199.245) port 443 (#0)
* TLS 1.2 connection using TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
* Server certificate: *.circleci.com
* Server certificate: Amazon
* Server certificate: Amazon Root CA 1
* Server certificate: Starfield Services Root Certificate Authority - G2
> POST /api/v1.1/project/github/wreulicke/gojg/follow?circle-token=***************************************************ae4c HTTP/1.1
> Host: circleci.com
> User-Agent: curl/7.54.0
> Accept: */*
>
< HTTP/1.1 504 GATEWAY_TIMEOUT
< Content-Length: 0
< Connection: keep-alive
<
* Connection #0 to host circleci.com left intact
I tryed to follow my other repository junit5-params
with above way, following is success…
Do you know any solutio
Note:
I changed username.
I have used Wreulicke
as a username.
In this 2 week, I change to wreulicke
.
Do you know related issues?