Provide 11.10 backport to fix SSL connection lost with git
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
curl (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
After upgrading to 11.10, I was no longer able to `git pull` or `push` with github.com over SSL.
The workaround discussed at http://
ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: libcurl3 7.21.6-3ubuntu3.2
ProcVersionSign
Uname: Linux 3.0.0-16-generic x86_64
NonfreeKernelMo
ApportVersion: 1.23-0ubuntu4
Architecture: amd64
Date: Fri Feb 24 17:23:06 2012
InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Release amd64+mac (20101008)
ProcEnviron:
PATH=(custom, user)
LANG=en_US.UTF-8
SHELL=/bin/bash
LC_PAPER=
SourcePackage: curl
UpgradeStatus: Upgraded to oneiric on 2012-02-24 (0 days ago)
summary: |
- SSL connection lost with git + Provide 11.10 backport to fix 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.