optimistic-gold
optimistic-gold2y ago

I can't use my private GitLab repo link

I have a private GitLab repo link simillar to the following: git@gitlab.com:username/folder-1/folder-2/my-scraper.git The page showing that "Git URL is not valid". How can we solve that?
8 Replies
Oleg V.
Oleg V.2y ago
Hi, Did you add "deploy key" to your repo ? You can find more info here: https://docs.apify.com/platform/actors/development/deployment/source-types#private-repositories also check tutorial video: https://youtu.be/NEzT_p_RE1Q
optimistic-gold
optimistic-goldOP2y ago
Hi, I added the deployment key. It's about the Git URL that is not valid by Apify Console. It was valid before. As you can see in the example, the repo my-scraper is nested into folders "folder-1" and "folder-2" (called groups and subgroups on GitLab). This link is supposed to work as it was before. @Oleg V.
Oleg V.
Oleg V.2y ago
Can You share with me your exact gitlab url, you are trying to use. I will check it. Maybe it's some bug on the platform side. Maybe link to your actor on the platform would be useful too, so I can report it to our team. You can send it in private message.
optimistic-gold
optimistic-goldOP2y ago
git@gitlab.com:yir-private/apify-paid-actors/weather-scraper.git https://console.apify.com/actors/WjkdFhrXlyE5nmpcN/
Oleg V.
Oleg V.2y ago
Thanks. Will pass it to our team. Will get back to You, once I have the answer
optimistic-gold
optimistic-goldOP2y ago
@Oleg V. Any update on this?
Oleg V.
Oleg V.2y ago
Hey, sorry for late response. The problem with the url is the 2 slashes. it is not allowed, It was disabled last month. The url should have different format (smt like this git@gitlab.com:epctex/apify#master:store/dnb-scraper) -> the folder should go after :
optimistic-gold
optimistic-goldOP2y ago
Hey, thank you!

Did you find this page helpful?