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
{{ message }}
This repository has been archived by the owner on May 28, 2021. It is now read-only.
In attempting to jx import a quickstart repo, https://github.com/jjasghar/jx-python-minikube we have 2fa, and other password protection on the GitHub account. We attempted to use the ssh import and got this error:
[jj@metal src]$ jx import --url git@github.com:jjasghar/jx-python-minikube.git
error: failed to create authenticated git URL: failed to parse URL git@github.com:jjasghar/jx-python-minikube.git: parse git@github.com:jjasghar/jx-python-minikube.git: first path segment in URL cannot contain colon
[jj@metal src]$
Not being able to import from ssh based git seems like a problem, is there a way around this?
Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually close.
If this issue is safe to close now please do so with /close.
Provide feedback via https://jenkins-x.io/community.
/lifecycle stale
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In attempting to
jx import
a quickstart repo, https://github.com/jjasghar/jx-python-minikube we have 2fa, and other password protection on the GitHub account. We attempted to use thessh
import and got this error:[jj@metal src]$ jx import --url git@github.com:jjasghar/jx-python-minikube.git error: failed to create authenticated git URL: failed to parse URL git@github.com:jjasghar/jx-python-minikube.git: parse git@github.com:jjasghar/jx-python-minikube.git: first path segment in URL cannot contain colon [jj@metal src]$
Not being able to import from
ssh
based git seems like a problem, is there a way around this?/cc @a-roberts
The text was updated successfully, but these errors were encountered: