How to convert http to git SSH protocol?

71 Views Asked by At

I want to push mirror from Gitea to Piku (Paas like Dokku and Heroku) but Gitea only support http push mirror and Piku only support ssh. How can translate the http request (clone, pull, push, fetch) with http:// url (http://example.com/example.git) from Gitea and send to Piku with ssh protocol ([email protected]:example)?

I have try push Gitea with http git request to Piku with ssh but fail to do so.

0

There are 0 best solutions below