Picture of Matt Leathes
Re: Register plugin with gitlab
by Matt Leathes - Friday, 14 February 2020, 1:02 PM
 

It looks like Gitlab doesn't support the git:// protocol.

Try using https://gitlab.com/singular-adapt/adapt-textWithPopups or https://gitlab.com/singular-adapt/adapt-textWithPopups.git instead - it might work.

If not you'll need to submit an issue asking for Gitlab support to be added.

Picture of Antonio Gago
Re: Register plugin with gitlab
by Antonio Gago - Friday, 14 February 2020, 5:49 PM
 

Thanks Matt, 

I have already tried using https://gitlab.com/singular-adapt/adapt-textWithPopups.git

When registering the plugin (with the adapt register command), it doesn't supports https:// protocol, it has to be git:// protocol.


This is the error message that appears if you don't use git protocol.

error: Please provide a repository URL of the form git://<domain><path>.git

Picture of Antonio Gago
Re: Register plugin with gitlab
by Antonio Gago - Thursday, 27 February 2020, 11:11 AM
 

I finally developed the plugins using Github

At this moment it is not posible to register a Adapt plugin hosted in Gitlab, it doesn't support the git:// protocol.

Matt, thanks for your help.