I\'m a newbie so please explain how to set up a repository? I installed git-ftp. I tried : git ftp init -u my_User-p my_Pass - ftp://host.example.com/public_html>
git ftp init -u my_User-p my_Pass - ftp://host.example.com/public_html>
I think you have not init a local git repository, into which this remote is supposed to be added?
Does your local directory have a .git folder?
Try git init
git init