SSH access #1785
Answered
by
maxandersen
javatechno
asked this question in
Q&A
SSH access
#1785
|
I'm sorry if the question was already answered already, but how can I access a repository via git@ protocol? |
Answered by
maxandersen
Apr 3, 2024
Replies: 1 comment
|
You mean as in accessing a .java or .jar file using git Ssh protocol? That is not currently supported. Not sure it ever will be. It would require us to clone the project before accessing the files. With http/Https we aren't really accessing using git but a site that just coincidentally serves out git based content. About camel and jbang - better to ask that in camel forums. |
0 replies
Answer selected by
javatechno
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You mean as in accessing a .java or .jar file using git Ssh protocol?
That is not currently supported. Not sure it ever will be. It would require us to clone the project before accessing the files. With http/Https we aren't really accessing using git but a site that just coincidentally serves out git based content.
About camel and jbang - better to ask that in camel forums.