Dennis Putnam [off-list ref] writes:
I keep getting "fatal: Could not read from remote repository."
Can you "git ls-remote" the repository?
Andreas.
--
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
"And now for something completely different."
Hi Andreas,
Thanks for the reply and no, I could not. However, you put me on the
right track. Since I was only pushing/pulling from Windows to/from my
Linux repository, I did not realize that an SSH session from the Linux
back to Windows would ever be necessary. I don't really understand why
but apparently it is. I never set up that backwards connection. Once I
did, everything started working.
On 12/23/2012 4:06 AM, Andreas Schwab wrote:
Dennis Putnam [off-list ref] writes:
quoted
I keep getting "fatal: Could not read from remote repository."
Can you "git ls-remote" the repository?
Andreas.
----- Ursprungligt meddelande -----
Hi Andreas,
Thanks for the reply and no, I could not. However, you put me on the
right track. Since I was only pushing/pulling from Windows to/from my
Linux repository, I did not realize that an SSH session from the
Linux
back to Windows would ever be necessary. I don't really understand
why
but apparently it is.
No. Git itself does not require a reverse connection of any kind. Maybe the Linux
box checks that reverse lookup is set up for the client and refuses connection
if reverse lookup of the connecting client's ip does not resolve to a hostname that
in turn resolves back to the client's ip. If that is the case the server does not
actually try to connect to the client with SSH or otherwise.
-- robin