Over the server i can change files, commit them, and push to origin. But from local repo using source tree i cannot. Local repo's commit works fine. But what to do to be able pushing? It should work because i cloned the repo and it was fine.
Pushing to ftp://annejulie%40blue-world.pl:password@blue-world.pl/annejulie.blue-world.pl.git
error: Cannot access URL ftp://annejulie%40blue-world.pl:password@blue-world.pl/annejulie.blue-world.pl.git/, return code 3
fatal: git-http-push failed
error: failed to push some refs to 'ftp://annejulie%40blue-world.pl:password@blue-world.pl/annejulie.blue-world.pl.git'
git remote -v
will output:
origin ../annejulie.blue-world.pl.git (fetch)
origin ../annejulie.blue-world.pl.git (push)`