- 论坛徽章:
- 0
|
git clone git 命令怎么使用呢?
我是想在pidgin安装一下fetion插件但是按照教程http://www.linuxsir.org/bbs/thread320802.html做的时候
不知道git clone git怎么使用……提示错误如下:
[debian:/]# git clone git://github.com/gradetwo/fetion.git
-bash: git: command not found |
然后我安装git但是提示还是错误
[debian:/]# apt install git
-bash: apt: command not found
[debian:/]# apt-get install git
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
gnuit
The following NEW packages will be installed:
git gnuit
0 upgraded, 2 newly installed, 0 to remove and 12 not upgraded.
Need to get 0B/311kB of archives.
After this operation, 1372kB of additional disk space will be used.
Do you want to continue [Y/n]? Y
Selecting previously deselected package gnuit.
(Reading database ... 101480 files and directories currently installed.)
Unpacking gnuit (from .../g/gnuit/gnuit_4.9.4-1_i386.deb) ...
Selecting previously deselected package git.
Unpacking git (from .../g/gnuit/git_4.9.4-1_all.deb) ...
Processing triggers for man-db ...
Setting up gnuit (4.9.4-1) ...
Setting up git (4.9.4-1) ...
[debian:/]# git clone git://github.com/gradetwo/fetion.git
-bash: git: command not found
|
所以想请教一下大家git clone git 怎么用?
我用的是debian lenny |
|