espnet / espnet_model_zoo

ESPnet Model Zoo
Apache License 2.0
243 stars 41 forks source link

I want to add an original model to "table.csv", but it says I don't have permission and I can't push. #78

Open c44128 opened 5 months ago

c44128 commented 5 months ago

This is my first time submitting an issue. I apologize for any inadequacies.

I want to add the original tts model to "espnet_model_zoo" and when I run the following code, I get the following error message at the push stage.

Executed code ~/espnet_model_zoo$ git push origin develop

Error messages displayed remote: Permission to espnet/espnet_model_zoo.git denied to c44128. fatal: unable to access 'https://github.com/espnet/espnet_model_zoo.git/': The requested URL returned error: 403

I wanted to create a pull request to have it added to "table.csv", but I am told that I do not have write access to the repository.

I am asking this question because I could not solve the problem on my own. I would appreciate it if you could tell me how to solve this problem.