. Advertisement .
..3..
. Advertisement .
..4..
I’m tired of fixing the ”fatal: unable to find remote helper for ‘https”’ error.
To manage a project, I’m using git and bitbucket. I’ve had no troubles using the Windows development environment, but Debian squeeze is giving me trouble. Only on push does the issue arise; it is not present at clone. I’m receiving this error:
fatal: Unable to find remote helper for 'https'
I tried installing several versions of curl and trying to compile it with curl, but I had no luck. The response to this query was to upgrade from git version 1.7.1 to git version 1.7.7, but I’m using git version 1.7.11 instead.
Update:
My config.log says NO_CURL=”
I have no issues with curl when used with https.
Update2:
my config also says NO_OPENSSL = ”
Doing a find -name git-remote-* on root shows me the following:
./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
Pls, suggest the best answer to fix it.
The cause: I think this error happens because you didn’t run strace -f on this.
Solution: You can use —exec-path or GIT EXEC PATH to alter that root.
For instance, if I dpkg -x into /opt after moving git-core from the archive, I would then:
where,
And debug by using