I'm trying to install a package from my gitlab repository (https://git.soep.de/opendata/stata-package/opendf) using net install:
but it just says nothing to install
It worked with github by creating a gh-pages branch. Is there a similar option for Gitlab? Or do I have to do something different.
Thank you very much for any help.
Code:
net install opendf, from (https://git.soep.de/opendata/stata-package/opendf_new/) replace
It worked with github by creating a gh-pages branch. Is there a similar option for Gitlab? Or do I have to do something different.
Thank you very much for any help.