git - Cloning a github repo using REST -


i have requirement clone github repository using rest calls client. seem find rest api create new repository using post call, there doesn't seem possibility provide source repository clone it.

is there way via normal https calls?

to add infos: have remote git repository lot of content in , requirement create remote copy of (clone it) client using https. later client perform operations on cloned repository , @ point there needs push cloned git original one.

it's not possible because it's meaningless. apis situations outside of git control. cloning , pushing being done using git — command line or gui.


Comments

Popular posts from this blog

Sort a complex associative array in PHP -

vb.net - How to ignore if a cell is empty nothing -

recursion - Can every recursive algorithm be improved with dynamic programming? -