-
I'm trying to create a new pull request from pycharm and when I press 'Create Pull Request' button it gives me this error: Can't create a new pull request: Although you appear to have the correct authorization credentials, the Does anyone know how can I fix this error? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Interesting! I don't know much (anything) about PyCharm, but is it trying to push to the |
Beta Was this translation helpful? Give feedback.
Interesting! I don't know much (anything) about PyCharm, but is it trying to push to the
beetbox/beets
repository? Because you don't have write access to that repo, you'll want to first create a fork (or rather, use the one you already have) and push your changes there before creating a pull request.