2012-07-19 13 views
5

私はgitと一緒にプロジェクトを管理するためにbitbucketを使用しています。私はWindows開発環境では問題はありませんでしたが、私はdebian squeezeに問題があります。問題はクローン時には存在せず、プッシュ時にのみ存在します。私は取得していますエラーは次のとおりです。Git 1.7.11 Debian fatal: 'https'のリモートヘルパーが見つかりません

致命的:リモート「HTTPS」私は、カールとそれをコンパイルしようとしたカールのいくつかのバージョンをインストールしようとした

のヘルパー、ない成功を見つけることができません。このquestionのgitバージョンは1.7.1でしたが、回答は1.7.7になりましたが、gitのバージョンは1.7.11です。

どうすればこの問題を解決できますか?

更新:

私の設定もNO_OPENSSLは言う:

config.logは私がhttps

アップデート2と自身でカールを使用して問題がないNO_CURL = ''

は言います= ''

こうルートに私に示して* -nameのgit - リモート - を見つける次

./usr/share/man/man1/git-remote-helpers.1.gz 
./usr/local/libexec/git-core/git-remote-fd 
./usr/local/libexec/git-core/git-remote-ext 
./usr/local/libexec/git-core/git-remote-https 
./usr/local/libexec/git-core/git-remote-testgit 
./usr/local/libexec/git-core/git-remote-ftps 
./usr/local/libexec/git-core/git-remote-ftp 
./usr/local/libexec/git-core/git-remote-http 
./usr/lib/git-core/git-remote-https 
./usr/lib/git-core/git-remote-testgit 
./usr/lib/git-core/git-remote-ftps 
./usr/lib/git-core/git-remote-ftp 
./usr/lib/git-core/git-remote-http 
./home/osednaca/git-1.7.11/git-remote-ftps 
./home/osednaca/git-1.7.11/git-remote-ext 
./home/osednaca/git-1.7.11/git-remote-https 
./home/osednaca/git-1.7.11/git-remote-testgit.py 
./home/osednaca/git-1.7.11/git-remote-ftp 
./home/osednaca/git-1.7.11/git-remote-fd 
./home/osednaca/git-1.7.11/Documentation/git-remote-helpers.txt 
./home/osednaca/git-1.7.11/Documentation/git-remote-fd.txt 
./home/osednaca/git-1.7.11/Documentation/git-remote-testgit.txt 
./home/osednaca/git-1.7.11/Documentation/git-remote-ext.txt 
./home/osednaca/git-1.7.11/git-remote-testgit 
./home/osednaca/git-1.7.11/git-remote-http 
./home/osednaca/git-1.7.11/contrib/mw-to-git/git-remote-mediawiki 
./home/osednaca/git-1.7.11/contrib/mw-to-git/git-remote-mediawiki.txt 
+0

このバージョンのgitをどうやって入手しましたか?それを自分でコンパイルしますか?いくつかのパッケージをインストールしますか?どれ? –

+0

私はdebianリポジトリに付属しているバージョンを持っていましたが、問題がありコンパイルされましたが、同じ問題が発生しました –

+0

git-remote-httpはありますか? 'ls/usr/libexec/git-core/git-remote *'は動作するかもしれませんが、あなたのパスは異なるかもしれません。 libcurl開発パッケージがインストールされていますか?試してみると、カールはhttps URLをサポートしていますか? opensslとopenssl-develライブラリがインストールされていますか? –

答えて

関連する問題