Closed GoogleCodeExporter closed 8 years ago
The screen command IS necessary, in my experience, and is very well motivated.
For some reason, Git can't communicate over SSL unless if Git has a PTY.
Perhaps there is some other way to achieve it? See if SSH fetching works for
you.
It may be better to pass a param to screen to ignore your screenrc... or use a
custom one.
Original comment by timchar...@gmail.com
on 6 Feb 2011 at 7:28
It seems that "screen -c /dev/null" will properly ignore any .screenrc file.
I'll upload a new version, thanks for the report.
Original comment by timchar...@gmail.com
on 6 Feb 2011 at 7:35
above, when I said SSL, I meant SSH... I haven't tried fetching over https with
a PTY-less git process... but... anyways, it definitely does not work on my
machine without the screen command.
Original comment by timchar...@gmail.com
on 6 Feb 2011 at 7:40
Don't know why my email reply didn't register as a comment on the page. Anyway,
here it is, for completeness:
On Feb 6, 2011, at 2:41 PM, codesite-noreply@google.com wrote:
> above, when I said SSL, I meant SSH... I haven't tried fetching over https
with a
> PTY-less git process... but... anyways, it definitely does not work on my
machine
> without the screen command.
Yeah, the SSH thing is not something I considered, so I did not test it.
Your config-file-less fix worked, however. Thanks!
--
Misha
P.S. After I threw out the screen command, I did have a little twinge that made
me think "well, it wasn't in there for no reason, was it? And I know it's my
screen config that's the issue… maybe this isn't The Right Way." Glad you
pointed me to it.
Original comment by mywolf...@gmail.com
on 8 Feb 2011 at 2:10
Original issue reported on code.google.com by
mywolf...@gmail.com
on 6 Feb 2011 at 7:18Attachments: