Yes, debugging remote issues can be tricky, given tha range/depth of
mistakes that are possible.
Glad you spotted the spelling mistake.!
Philip.
----- Original Message -----
From: "Michael" <[email protected]>
To: "Michael" <[email protected]>
Cc: <[email protected]>
Sent: Saturday, June 16, 2018 7:31 AM
Subject: [git-users] Re: Trouble with remotes/fetch/pull
I cannot believe how long I missed this:
upsream https://github.com/git/git.git (fetch)
upsream https://github.com/git/git.git (push)
A spelling error.
On 2018-06-15, at 12:41 PM, Michael <[email protected]> wrote:
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
---
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 [email protected].
For more options, visit https://groups.google.com/d/optout.
--
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 [email protected].
For more options, visit https://groups.google.com/d/optout.