I have deployed Rasa X with manual docker-compose method in an air-gapped linux environment. Our internal git repository only supports cloning via https.
Is there a way to use integrated version control over https instead of ssh?
How can I manually deploy the starter rasa code so that I can interact with it with rasa X?
Integrated version control currently only works with ssh.
While this obviously isn’t a long term solution, if you just want to see how things work you can upload NLU data in the NLU training tab, and manually add stories and a config (copy and paste them from your local) and then you can use Rasa X to train and run a model. Keep in mind this won’t be saved anywhere.