Okay. So I have my site hosted on InmotionHosting. It's a shared server, so ssh is out. I've been accessing it via FTPS. I use git at work, so I've been curious to start using git for my personal site. Only issue, I'm unsure of how to connect to my current site using git. I know it's compatible with ftps, since it's in the manual, but I get the error:
"failed to connect to [my site]" "couldn't resolve host" "fatal: HTTP request failed" "error while accessing [my site]/info/refs"
I've tried:
git clone [username]:[pass]@[site] [local repository]
git clone [username]@[site] [local repository]
git clone [username]@[site]:[port from cpanel] [local repository]
git clone [username]%40[site]@[site] [local repository]
Nothing works. Is there something I'm missing? Do I need to install something on the server? Any help is appreciated. Thanks!