Git克隆项目时报错:
git:‘remote-https‘ 不是一个 git 命令。参见 ‘git --help‘。
解决方法:
将 /usr/libexec/git-core
纳入 PATH。
修改 /etc/profile
文件,在最后一行加入:
PATH=$PATH:/usr/libexec/git-core
保存!
使配置生效:
source /etc/profile
测试文章来源:https://www.toymoban.com/news/detail-503086.html
git clone https://github.com/xxxx/xxxx.git
OK,搞定!文章来源地址https://www.toymoban.com/news/detail-503086.html
到了这里,关于git:‘remote-https‘ 不是一个 git 命令。参见 ‘git --help‘。的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!