git 错误: Unable to find remote helper for ‘https‘解决方法
今天编译git2.28.0安装,会出现
fatal: unable to find remote helper for ‘https’
网上搜索发现是:
将 /usr/libexec/git-core 纳入 PATH,至少在使用 git 之前,设置一下PATH。
$ PATH=$PATH:/usr/libexec/git-core
git-core下面有git-remote-https等
还没有评论,来说两句吧...