Comment 2 for bug 940431

Revision history for this message
Victor Engmark (victor-engmark) wrote : Re: SSL connection lost with git

Some shell output:

$ git pull
Password:
Your configuration specifies to merge with the ref 'master'
from the remote, but no such ref was fetched.

$ git clone https://...@github.com/.../....git
Cloning into graphics...
Password:
warning: remote HEAD refers to nonexistent ref, unable to checkout.

$ git push
Password:
Everything up-to-date [Even though `git status` showed that I was 5 ahead of origin]

Unfortunately I didn't save the full output of `GIT_CURL_VERBOSE=1 git push -u origin master`, which was much more informative.