git fetch upstream master not working, what is going wrong?
git fetch upstream master not working, what is going wrong? So I'm wondering if there is a problem with the upstream master? I'm not sure if this error happens when everything is updated already or if it's something different. I have added upstream link with no problem, using $ git remote add upstream https://github.com/udacity/course-collboration-travel-plans.git just want to sync with the master now git remote add <name> <url> does not probe to see if there is a server at <url> that can access a Git repository. Are you sure your <url> is correct? (Hint: what happens if you click on the URL in your question?) – torek Jul 1 at 3:27 git remote add <name> <url> <url> <url> 1 Answer 1 ...