- Edited
Hi, if i clone with http, when i try to push, this dont work.
But if i change this with ssh protocol, it does push good.
example: git clone ssh://root@exmaple.com/opt/tinycp/domains/example.com/git/testgit
but if i use: http://USERNAME:PASSWORD@examle/testgit/ this not work when i try to push.