gpt4 book ai didi

git - 无法完成gitolite的安装

转载 作者:太空狗 更新时间:2023-10-29 14:20:49 26 4
gpt4 key购买 nike

我已经安装了 Git,现在我正在尝试在我的服务器上安装 gitolite,所以我输入:

git clone git://github.com/sitaramc/gitolite
gitolite/install

这条命令的结果如下

use the following full path for gitolite: /root/gitolite/src/gitolite

如何完成安装

最佳答案

如果你看一下the file you are trying to execute , 有一些有用的评论:

Usage (from gitolite clone directory):

./install
to run gitolite using an absolute or relative path, for example
'src/gitolite' or '/full/path/to/this/dir/src/gitolite'

./install -ln [<dir>]
to symlink just the gitolite executable to some <dir> that is in
$PATH. <dir> defaults to $HOME/bin if <dir> not specified. <dir> is
assumed to exist; gitolite will not create it.

Please provide a full path, not a relative path.

./install -to <dir>
to copy the entire 'src' directory to <dir>. If <dir> is not in
$PATH, use the full path to run gitolite commands.

Please provide a full path, not a relative path.

Simplest use, if $HOME/bin exists and is in $PATH, is:

git clone git://github.com/sitaramc/gitolite
gitolite/install -ln

# now run setup
gitolite setup -pk /path/to/YourName.pub

关于git - 无法完成gitolite的安装,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11668316/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com