Git integration in RapidMiner 9.7 beta: Project URL is invalid, it must end with .git
christos_karras
New Altair Community Member
I hoped to try the new Git integration in RapidMiner 9.7, but I ran into two obstacles:
1. I was not able to connect RapidMiner to an existing Git clone, the clone has to be done by RapidMiner. It should be possible to point to existing clones, we might not want to do Git operations exclusively through RapidMiner but also using other tools when appropriate.
2. When I try to create a clone through RapidMiner, it rejects the clone URL without even trying to connect to it, because there's an incorrect validation that requires the URL to end with .git. This is not the case for Git repositories in Azure DevOps.
1. I was not able to connect RapidMiner to an existing Git clone, the clone has to be done by RapidMiner. It should be possible to point to existing clones, we might not want to do Git operations exclusively through RapidMiner but also using other tools when appropriate.
2. When I try to create a clone through RapidMiner, it rejects the clone URL without even trying to connect to it, because there's an incorrect validation that requires the URL to end with .git. This is not the case for Git repositories in Azure DevOps.
0
Answers
-
Hi @christos_karras,
Thanks for sharing this, we have forwarded this issue to our engineering team for their feedback.
Cheers,
Pavithra0 -
Hi @christos_karras External git providers are not supported by us. RapidMiner Server needs to act as the git server. You can migrate an existing git repository to a git repository/project hosted by RapidMiner Server by following the steps mentioned in our beta docs: https://docs-beta.rapidminer.com/latest/server/use/projects/#migrate
0 -
Hi,
And to follow up on that, while the Git repo itself needs to be hosted by the Server, you can connect to it with any other git client you want. You can use the same repo with Studio as well as SourceTree, git command line, or whatever strikes your fancy.
So collaboration with colleagues that do not use Studio are perfectly possible and supported.
Regards,
Marco0