我们有一些sun Solaris机器,我们正在尝试使用git clone克隆一些远程存储库。
根据操作系统,git和curl包取自各自的站点。
当我尝试运行以下命令时
git clone <remote-url> <my-install-dir> then I am getting following error
Cloning into '<my-install-dir>'...
warning: templates not found /app/infra/git/share/git-core/templates
fatal: Unable to find remote helper for 'http'
我的solaris版本详情如下。
Solaris 10 10/09 s10s_u8wos_08a SPARC
Copyright 2009 Sun Microsystems, Inc. All Rights Reserved.
Use is subject to license terms.
Assembled 16 September 2009
注意:我们有另一台机器与git clone成功的机器相同。
我不知道这台机器有什么问题。
有人可以在这个问题上帮助我。
答案 0 :(得分:0)
这个问题发生的原因是我实际上并没有安装Git,而是复制git.gtar并在机器上进行攻击,只是因为机器没有/ app / infra目录它失败了。我们想出的解决方案是 要创建如下的软链接
ln -s <install-dir> /app/infra