You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have installed JX 3 with GitLab on premise and we want thank all of you for your great work!
We observed one small issue with the jx pipeline start command which is not functioning as expected.
We are using the following command jx pipeline start --git-username .... --git-token ..
After that we are selecting a repo from our GitLab (from the interactive CLI).
In the next step we are asked for GitHub credentials and the command fails with:
ERROR: error creating a mirror clone: exit status 128 Cloning into bare repository '/var/tmp/gitcache490222991/our-organization/java-project-example'...
remote: Support for password authentication was removed on August 13, 2021. Please use a personal access token instead.
remote: Please see https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations/ for more information.
fatal: Authentication failed for 'https://github.com/our-organization/java-project-example/'
error: failed to calculate in repo configuration: failed to load trigger config for repository our-organization/java-project-example for ref : failed to create repo client: error creating a mirror clone: exit status 128 Cloning into bare repository '/var/tmp/gitcache490222991/our-organization/java-project-example'...
remote: Support for password authentication was removed on August 13, 2021. Please use a personal access token instead.
remote: Please see https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations/ for more information.
fatal: Authentication failed for 'https://github.com/our-organization/java-project-example/'
jx pipeline start will show me a list of projects, but then when I choose one I get :
ERROR: error creating a mirror clone: exit status 128 Cloning into bare repository '/var/tmp/gitcache1635502321/drivenow/core'...
remote: Repository not found.
fatal: repository 'https://github.com/drivenow/core/' not found
So its using the correct git server when getting a list of projects, but using the wrong server when cloning
We have installed JX 3 with GitLab on premise and we want thank all of you for your great work!
We observed one small issue with the
jx pipeline start
command which is not functioning as expected.We are using the following command
jx pipeline start --git-username .... --git-token ..
After that we are selecting a repo from our GitLab (from the interactive CLI).
In the next step we are asked for GitHub credentials and the command fails with:
cc @ankitm123
The text was updated successfully, but these errors were encountered: