Thanks for this. I found myself thinking the docs couldn’t be right b/c it wasn’t valid JSON having new lines in the private key. Kept getting RepositoryCreationFailed and was googling. Should have just tried this.
We are currently working on making the repository creation way easier. Sorry for the struggle and thanks for trying out this feature! We highly appreciate your feedback on this!
I spend 2 days (feel really frustrated) trying to get this to work, following the docs (Integrated Version Control & The Rasa Masterclass Handbook: Episode 9) which always end up with:
{“version”:“0.25.1”,“status”:“failure”,“message”:“Insufficient permissions for remote repository.”,“reason”:“RepositoryCreationFailed”,“details”:{“args”:[“Given repository credentials don’t provide write permissions to the repository. Please make sure the ssh key is correct and the administrator of the remote repository gave you the required permissions.”]},“help”:null,“code”:422}curl: (3) Port number ended with ‘a’
I’m using a gitlab repository, with public SSH keys and write permissions
I don’t have a clue what’s going wrong, and really like to get this to work.
Please… I could use some tips & tricks here
Thought that the empty entry while generating would give me a key without a password (a bit of a noob).
Just enter is the trick…
Still no luck though, I get this in the output:
{"version":"0.25.1","status":"failure","message":"Insufficient permissions for remote repository.","reason":"RepositoryCreationFailed","details":{"args":["Given repository credentials don't provide write permissions to the repository. Please make sure the ssh key is correct and the administrator of the remote repository gave you the required permissions."]},"help":null,"code":422}
When I paste the URL in the browser, I get this response: {"reasons":["Authorization header not present."],"exception":"Unauthorized"}
Looks like it’s a permission/authorization thing, and gave it write permission
Still a bit clueless…, any thoughts on how to solve this?
This time I used a GCP VM, like The Rasa Masterclass Handbook: Episode 9 says, didn’t do anything different then the ones I already deployed to IBMCloud and AWS which don’t seem to work.
Shouldn’t be a difference in my opinion, don’t know the difference either. But sure would like to see it working on AWS
@kiranlvs93
I had the same problem and I solved it by installing the ssh key with no password…
But after succesfully connecting the repo nothing is changing in my rasa x, no domain, no configuration and no data, is there anything else I should do after integrating?
I installed the ssh key without password (hit enter without typing in anything for passphrase). Is it the new line that’s causing the issue? @Tobias_Wochinger suggests that we paste the keys without escaping the new line with \n. However there are people who made it by escaping it? What’s the right approach?