first-contributions icon indicating copy to clipboard operation
first-contributions copied to clipboard

I Cannot Push it to the branch that I have created earlier according to the steps given.

Open Pavan-Virat-18 opened this issue 1 year ago • 2 comments

Problem:- $ git push -u origin new-pavan-branch remote: Permission to firstcontributions/first-contributions.git denied to Pavan-Virat-18. fatal: unable to access 'https://github.com/firstcontributions/first-contributions.git/': The requested URL returned error: 403

Please suggest steps to resolve this issue.

Pavan-Virat-18 avatar Apr 04 '24 10:04 Pavan-Virat-18

Looks like you are attempting to push to the main branch of the repo. Make sure you:

  1. Have forked the repo.
  2. Clone your forked repo to your environment.
  3. Create a new branch in the forked version.
  4. Push to your forked branch

xhemals avatar Apr 04 '24 20:04 xhemals

Looks like you are attempting to push to the main branch of the repo. Make sure you:

  1. Have forked the repo.
  2. Clone your forked repo to your environment.
  3. Create a new branch in the forked version.
  4. Push to your forked branch

@Pavan-Virat-18 this should resolve the issue.

If it does, please mark the issue as completed

kenshanta avatar May 06 '24 22:05 kenshanta