I am trying to use the version control for my rasa-x ui. I have completed all steps but at last during verification. I am getting error
I am using this command: sudo curl --request POST --url http://XX.XXX.X.XXX/api/projects/default/git_repositories?api_token=**************************************** –header ‘content-type: application/json’ --data-binary @repository.json
I am getting this error: {“version”:“0.25.2”,“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}
Please help me out from this error. Thanks in advance