I'm new on Codeberg and ran into a problem.
I have repository: https://codeberg.org/anametologin/Krohnkite
I have PR: PR
-
I fetch it to edit(review, add) locally:
git fetch origin $"pull/4/head:pr_4";
git checkout $"pr_4"
-
I change, add and commit:
git add .
git commit --message "I fixed PR_4"
-
I want push it back
git remote add jbeaurivage git@codeberg.org:jbeaurivage/Krohnkite.git
git push jbeaurivage HEAD:sole-window-output-override
-
I received:
remote: Forgejo: User permission denied for writing. To codeberg.org:jbeaurivage/Krohnkite.git
ssh git@codeberg.org has output:
Hi there, anametologin! You've successfully authenticated with the key named pc-name, but Forgejo does not provide shell access.
Please help me figure out what I'm doing wrong.
### Comment
I'm new on Codeberg and ran into a problem.
I have repository: https://codeberg.org/anametologin/Krohnkite
I have PR: [PR](https://codeberg.org/anametologin/Krohnkite/pulls/4)
1. I fetch it to edit(review, add) locally:
`git fetch origin $"pull/4/head:pr_4";`
`git checkout $"pr_4"`
2. I change, add and commit:
`git add .`
`git commit --message "I fixed PR_4"`
3. I want push it back
`git remote add jbeaurivage git@codeberg.org:jbeaurivage/Krohnkite.git`
`git push jbeaurivage HEAD:sole-window-output-override`
4. I received:
`remote: Forgejo: User permission denied for writing.
To codeberg.org:jbeaurivage/Krohnkite.git
`
`ssh git@codeberg.org` has output:
`Hi there, anametologin! You've successfully authenticated with the key named pc-name, but Forgejo does not provide shell access.`
Please help me figure out what I'm doing wrong.