[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] Error with git clone, pull, or push while in screen and SSH'd into a server
- Subject: [ale] Error with git clone, pull, or push while in screen and SSH'd into a server
- From: questy at gmail.com (Jerald Sheets)
- Date: Fri, 23 Sep 2016 07:20:52 -0700
- In-reply-to: <[email protected]>
- References: <CAFOMDrhr4ojBm5WVinLd=nZ=4mL_F5NpeZeVxT1L1A2svMMpxg@mail.gmail.com> <CAAt=rgD7=sPeEYmL4c=vS-x9g+AhJSfs-X7U-25KHpkHrKHzsw@mail.gmail.com> <[email protected]>
> On Sep 22, 2016, at 1:19 PM, Jim Kinney <jim.kinney at gmail.com> wrote:
>
> On Thu, 2016-09-22 at 13:54 -0400, James Sumners wrote:Compare the output of `env` in each case..
>
>
> been there, done that. We even tried . ~/.bashrc from screen with the same results. git doesn't like screen?
>>
>> On Thu, Sep 22, 2016 at 1:24 PM, Erik Reinertsen <erikrtn at gmail.com <mailto:erikrtn at gmail.com>> wrote:
I?m not seeing that behavior over SSH or HTTPS:
LM-SCF-20008031:~ jsheetsjr$ mkdir foo
LM-SCF-20008031:~ jsheetsjr$ cd foo
LM-SCF-20008031:foo jsheetsjr$ screen
bash-3.2$ pwd
/Users/jsheetsjr/foo
bash-3.2$ git clone https://github.com/cvquesty/control_repo.git
Cloning into 'control_repo'...
remote: Counting objects: 227, done.
remote: Compressing objects: 100% (9/9), done.
remote: Total 227 (delta 4), reused 0 (delta 0), pack-reused 218
Receiving objects: 100% (227/227), 23.65 KiB | 0 bytes/s, done.
Resolving deltas: 100% (98/98), done.
Checking connectivity... done.
bash-3.2$ git clone git at github.com:cvquesty/profiles.git
Cloning into 'profiles'...
Warning: Permanently added 'github.com,192.30.253.113' (RSA) to the list of known hosts.
remote: Counting objects: 146, done.
remote: Compressing objects: 100% (28/28), done.
remote: Total 146 (delta 12), reused 0 (delta 0), pack-reused 118
Receiving objects: 100% (146/146), 14.91 KiB | 0 bytes/s, done.
Resolving deltas: 100% (42/42), done.
Checking connectivity... done.
bash-3.2$
[screen is terminating]
LM-SCF-20008031:foo jsheetsjr$
Seems normal to me. What am I missing?
?jus
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.ale.org/pipermail/ale/attachments/20160923/0aeb2ab1/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 842 bytes
Desc: Message signed with OpenPGP using GPGMail
URL: <http://mail.ale.org/pipermail/ale/attachments/20160923/0aeb2ab1/attachment.sig>