{"version":"0.24.6","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}
I don’t have a clue what’s going wrong, and really like to get this to work.
thankyou
I have the same problem with @desims and @LucieTronelle. I’m sure that I have the permission because i made the key with sudo command. So yeah I can Edit the file. Idk what’s error now, I’ve struggled on it for almost two weeks :’(
Sorry @paraparata, i should clarify, the question wasn’t whether you had write permissions to edit the actual file, but rather whether your deploy key has write permission for the repository.
Can you first try with the newest Rasa X (0.26.0) which makes the process a little easier by only giving you a public key to copy, and nothing to create on your own/upload via an endpoint?
Dont know if you solved yet, but i tell you that in the Rasa Masterclass video the branch name used in the repository.json file is “master”, while in recent versions of github repositories, the default branch name is “main”.
Check it, that was my error