Replies: 1 comment 1 reply
-
Hi and thanks for stopping by! It looks like you cloned my repository and then tried to push to a branch inside of it, which is why you got the permissions error. I would instead fork the repo: then push a branch to your fork, and then open up a pull request to merge the changes to my repo. there are some good tutorials out there that explain this in more detail |
Beta Was this translation helpful? Give feedback.
1 reply
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm new of git and github (I worked tih CVS, SVN ans Mercurial), and I use LearnGitBrnaching for learn.
I would translate the remain levels (not translted) of italian language.
I started with clone.js. I clone repository, modify clone.js and then use
git add clone.js
git commit -am "italian translation of clone.js in remote level"
git push
but I received
fatal: The current branch remote_clone_italian_translation has no upstream branch.
To push the current branch and set the remote as upstream, use
git push --set-upstream origin remote_clone_italian_translation"
then I tried:
git push --set-upstream origin remote_clone_italian_translation
and received
remote: Permission to pcottle/learnGitBranching.git denied to egiantu.
fatal: unable to access 'https://github.com/pcottle/learnGitBranching/': The requested URL returned error: 403
how can i get the permissions ?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions