I am having trouble getting my remotes configured correctly. Basically, I have 
never been able to get pull to what I want; at best, after fetching the remote, 
it then tries to patch the wrong branch resulting in a non-fast-forward merge 
at best.

Right now, I'm trying to update a install of git with a small local patch. But 
I can't even fetch the upstream. What am I doing wrong? Help please.

keybounceMBP:git michael$ git pull
warning: redirecting to https://github.com/Keybounce/git.git/
Already up to date.
keybounceMBP:git michael$ git fetch
warning: redirecting to https://github.com/Keybounce/git.git/
keybounceMBP:git michael$ git fetch upstream
fatal: 'upstream' does not appear to be a git repository
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
keybounceMBP:git michael$ git remote -v
origin  http://www.github.com/Keybounce/git.git (fetch)
origin  http://www.github.com/Keybounce/git.git (push)
upsream https://github.com/git/git.git (fetch)
upsream https://github.com/git/git.git (push)
keybounceMBP:git michael$ git fetch
warning: redirecting to https://github.com/Keybounce/git.git/
keybounceMBP:git michael$ git fetch upstream
fatal: 'upstream' does not appear to be a git repository
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
keybounceMBP:git michael$ git fetch upstream master
fatal: 'upstream' does not appear to be a git repository
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
keybounceMBP:git michael$ 



---
Entertaining minecraft videos
http://YouTube.com/keybounce

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to