Jump to content

Instalação do Git 1.7.3.2 no CentOS! (VPS)


Elias2

Recommended Posts

Olá,

Eu instalei o Git no Centos, com os seguinte comandos:

1. root$ cd /usr/local/src

2. root$ wget http://kernel.org/pub/software/scm/git/git-1.7.3.2.tar.gz

3. root$ tar -xvzf git-1.7.3.2.tar.gz

4. root$ cd git-1.6.4

5. root$ ./configure

6. root$ make

7. root$ make install

8. root$ whereis git

git: /usr/local/bin/git

No mais tudo certo (como root)!

Mas ao acessar via SSH (Jailshell como uma conta normal de hospedagem), eu não consigo usar nenhum sub comando!

Ex:

-jailshell-3.2$ git pull

git: 'pull' is not a git command. See 'git --help'.

-jailshell-3.2$ git init

git: 'init' is not a git command. See 'git --help'.

No acesso Normal Shell (bash), funciona!, é só no modo Jailshell que não funciona!!

Alguem tem alguma ideia?

Abrass!!

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

Do you agree with our terms?