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
Post a Comment