This repository was archived by the owner on Jun 10, 2023. It is now read-only.
Replies: 1 comment 3 replies
-
hi, you're trying to push against @marianfoo's fork of the repo - given that it's his private one, you get the forbidden error. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello :)
I need some help for my first push. It is currently being rejected:
error: failed to push some refs to 'https://github.com/marianfoo/UI5-Best-Practice.git'
To https://github.com/marianfoo/UI5-Best-Practice.git
! refs/heads/i18nAnnotations:refs/heads/i18nAnnotations [remote rejected] (permission denied)
Here is what I have done:
cloned fork https://github.com/marianfoo/UI5-Best-Practice/tree/i18n-improve
created a local branch (name: i18nAnnotations)
added a new image and edited index.md. In addition, Gemfile and Gemfile.lock were automatically expanded, because I have to add webrick under Windows.
everything committed with the message:
feat(i18n): annotations
added text for i18n annotations in index.md
Tried
git push
, but it was rejected.Oh, and I created a token on GitHub with the categories gist, read:org and repo.
Does anyone have an idea why my push is being rejected?
Thanks a lot and best regards
Anne
Beta Was this translation helpful? Give feedback.
All reactions