my domain: bs.com
main ftp account: bs
i set up a new ftp account:
New FTP account:
login: annejulie@bs.com
password: password
port: 21
(the number of port i get from the program i use to coonnect to ftp account, in my case "Cyberduck")
full path to git repository: home/bs/git/annejulie.bs.com.git
I do not know if it is important, but new FTP account has an access to followed path /home/bs/domains/annejulie.bs.com
My source URL to clone git repository:
ftp://annejulie@bs.com:password@bs.com:21/home/bs/git/annejulie.bs.com.git
when i pass my source url i get an error:
fatal: Not a git repository (or any of the parent directories): .git
fatal: unable to access
'ftp://annejulie@bs.com:password@bs.com:21/home/bs/git/annejulie.bs.com.git/':
Could not resolve host: bs.com:annejulie@bs.com
I read this article clone git repository via active FTP but it didn't work for me. What am i doing wrong?