Elias2 Postado Novembro 1, 2010 Compartilhar Postado Novembro 1, 2010 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 para o comentário Compartilhar em outros sites More sharing options...
Posts Recomendados