Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unable to push #6034

Open
esmith2678 opened this issue Dec 23, 2018 · 4 comments
Open

unable to push #6034

esmith2678 opened this issue Dec 23, 2018 · 4 comments

Comments

@esmith2678
Copy link

git push remote: Permission to udacity/course-collaboration-travel-plans.git denied to esmith2678. fatal: unable to access 'https://esmith2678@github.com/udacity/course-collabor ation-travel-plans.git/': The requested URL returned error: 403

@celyes
Copy link

celyes commented Dec 28, 2018

It's obvious ... you didn't fork the repo to your GitHub account and of course, you don't have the permission to write to the Udacity account...

so, the solution is:

  1. Fork the repo and push the changes there, not here.

if you already forked the repo and it didn't work, then try this: git push -f origin master

@kotar03
Copy link

kotar03 commented Feb 21, 2019

@esmith2678 Read Lesson 9 from the core curriculum 2. Developer's Tools if you are taking Full Stack Web Developer Nanodegree Program ;)

@HolgerSpernau
Copy link

I had the same problem. Would be great, if the description in the Udacity course would be updated.

@mmishal001
Copy link

mmishal001 commented May 9, 2020

I agree @HolgerSpernau, the explanation steps need to be updated to make sure everyone forks and then pushes the changes although it might be obvious. Good learning though because this is going to stick better.

Update: the course is meant to be that way to make us realise this. The next question proves it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants
@HolgerSpernau @celyes @esmith2678 @kotar03 @mmishal001 and others