Git for deploy

Freddy Montes

New Member
Hey guys,

Did anybody is usign git to deploy code to their differents accounts?

Git now comes with cpanel:

root@host [/home]# git --version
git version 1.7.11.3


I create this remote repo:

http://fmontes.com/fmontes2013/.git/

But Im not able to connect and push code to it from my local repo, I tried everthing, and Im still getting differents errors:

The latest one:

fmontes@machine:~/htdocs/fmontes2013 (master)$ git pull
fmontes@fmontes.com's password:
git: '/fmontes2013.git' is not a git command. See 'git --help'.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights and the repository exists.


If any of you have succeeded on this setup I can use the help or the link to the tutorial in case you have it.

Thanks in advanced.
 
Top