Replies: 1 comment
-
|
This is an old question, but what you tried to do is push changes to this repository, where you don't have permission (only the owner has) you have to do it to your own repository and then make a pull request. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to make a pull request to this repository. I have made some changes in a new branch. Now I want to push my changes.
I executed
git push. Git tellsgit push --set-upstream origin newBranch. So I ran the command. But I got the following error.ERROR: Permission to folke/todo-comments.nvim.git denied to <github user name>. fatal: Could not read from remote repository.What can I do now?
Beta Was this translation helpful? Give feedback.
All reactions