🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

Git integration in RapidMiner 9.7 beta: Project URL is invalid, it must end with .git

User: "christos_karras"
New Altair Community Member
Updated by Jocelyn
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.


Find more posts tagged with

Sort by:
1 - 3 of 31
    User: "Pavithra_Rao"
    New Altair Community Member
    Hi @christos_karras,

    Thanks for sharing this, we have forwarded this issue to our engineering team for their feedback.

    Cheers,
    Pavithra
    User: "aschaferdiek"
    New Altair Community Member
    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

    User: "Marco_Boeck"
    New Altair Community Member
    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,
    Marco