git 错误: Unable to find remote helper for 'https'

简介:

今天知道问题的原因了,是因为 /usr/libexec/git-core/ 路径没在 PATH 环境变量中。

我们查看一下:


$ ls /usr/libexec/git-core/
git                    git-http-backend         git-receive-pack
git-add                git-http-fetch           git-reflog
git-add--interactive   git-http-push            git-relink
git-am                 git-imap-send            git-remote
git-annotate           git-index-pack           git-remote-ftp
git-apply              git-init                 git-remote-ftps
git-archive            git-init-db              git-remote-http
git-bisect             git-instaweb             git-remote-https
git-bisect--helper     git-log                  git-repack
git-blame              git-lost-found           git-replace
git-branch             git-ls-files             git-repo-config
git-bundle             git-ls-remote            git-request-pull
git-cat-file           git-ls-tree              git-rerere
git-check-attr         git-mailinfo             git-reset
git-checkout           git-mailsplit            git-revert
git-checkout-index     git-merge                git-rev-list
git-check-ref-format   git-merge-base           git-rev-parse
git-cherry             git-merge-file           git-rm
git-cherry-pick        git-merge-index          git-send-pack
git-clean              git-merge-octopus        git-shell
git-clone              git-merge-one-file       git-shortlog
git-commit             git-merge-ours           git-show
git-commit-tree        git-merge-recursive      git-show-branch
git-config             git-merge-resolve        git-show-index
git-count-objects      git-merge-subtree        git-show-ref
git-describe           git-mergetool            git-sh-setup
git-diff               git-mergetool--lib       git-stage
git-diff-files         git-merge-tree           git-stash
git-diff-index         git-mktag                git-status
git-difftool           git-mktree               git-stripspace
git-difftool--helper   git-mv                   git-submodule
git-diff-tree          git-name-rev             git-symbolic-ref
git-fast-export        git-notes                git-tag
git-fast-import        git-pack-objects         git-tar-tree
git-fetch              git-pack-redundant       git-unpack-file
git-fetch-pack         git-pack-refs            git-unpack-objects
git-filter-branch      git-parse-remote         git-update-index
git-fmt-merge-msg      git-patch-id             git-update-ref
git-for-each-ref       git-peek-remote          git-update-server-info
git-format-patch       git-prune                git-upload-archive
git-fsck               git-prune-packed         git-upload-pack
git-fsck-objects       git-pull                 git-var
git-gc                 git-push                 git-verify-pack
git-get-tar-commit-id  git-quiltimport          git-verify-tag
git-grep               git-read-tree            git-web--browse
git-hash-object        git-rebase               git-whatchanged
git-help               git-rebase--interactive  git-write-tree

这导致里面的 git-remote-https, git-remote-http 这些得不到执行。所以 git 所表现出来的功能不全。

解决办法是:将 /usr/libexec/git-core 纳入 PATH,至少在使用 git 之前,设置一下PATH。


$ PATH=$PATH:/usr/libexec/git-core

或直接在 /etc/profile 中修改。
目录
相关文章
|
2月前
|
存储 网络安全
Curl error (60): SSL peer certificate or SSH remote key was not OK for https://update.cs2c.com.cn/NS/V10/V10SP2/os/adv/lic/base/x86_64/repodata/repomd.xml [SSL: no alternative certificate subject name matches target host name 'update.cs2c.com.cn']
【10月更文挑战第30天】在尝试从麒麟软件仓库(ks10-adv-os)下载元数据时,遇到 SSL 证书验证问题。错误提示为:`Curl error (60): SSL peer certificate or SSH remote key was not OK`。可能原因包括证书不被信任、证书与域名不匹配或网络问题。解决方法包括检查网络连接、导入 SSL 证书、禁用 SSL 证书验证(不推荐)、联系仓库管理员、检查系统时间和尝试其他镜像。
359 1
|
2月前
|
网络安全 开发工具 git
解决fatal:remote error:You can’t push to git://github.com/username/*.g
通过上述诊断与修复步骤,绝大多数的推送错误都能得到有效解决,确保您的Git工作流顺畅无阻。
111 1
|
4月前
|
Shell 网络安全 开发工具
fatal: unable to access 'https://github.com/wolfcw/libfaketime.git/': Encountered end of file
fatal: unable to access 'https://github.com/wolfcw/libfaketime.git/': Encountered end of file
|
8月前
|
网络安全 开发工具 git
git修改提交路径以及强制提交——异常:error: remote origin already exists.与异常:error: failed to push some refs to的解决
git修改提交路径以及强制提交——异常:error: remote origin already exists.与异常:error: failed to push some refs to的解决
95 0
|
7月前
|
存储 开发工具 git
解决“hint: the same ref. If you want to integrate the remote changes, usehint: ‘git pull‘ before pus”
解决“hint: the same ref. If you want to integrate the remote changes, usehint: ‘git pull‘ before pus”
136 3
|
7月前
|
开发工具 git
出现“error: failed to push some refs to ‘https://github.com/****.git‘”,如何解决问题
出现“error: failed to push some refs to ‘https://github.com/****.git‘”,如何解决问题
789 1
|
7月前
|
开发工具 git
MAC如何使用Git命令行上传本地项目及理解,failed to push some refs to ‘https://gitee.com/brother-barking/spxx.git
MAC如何使用Git命令行上传本地项目及理解,failed to push some refs to ‘https://gitee.com/brother-barking/spxx.git
|
8月前
|
网络安全 数据安全/隐私保护
解决git@github.com: Permission denied (publickey). fatal: Could not read from remote repository. Pleas
解决git@github.com: Permission denied (publickey). fatal: Could not read from remote repository. Pleas
1323 0
|
8月前
|
Linux 开发工具 git
【开发专题_03】unable to access ‘https://github.com/deviantony/docker-elk.git/‘: Failed connect to github
【开发专题_03】unable to access ‘https://github.com/deviantony/docker-elk.git/‘: Failed connect to github
149 2
|
8月前
|
开发工具 git
Git:error: remote origin already exists
Git:error: remote origin already exists
161 2