简体   繁体   中英

How to perform automatic cloning of github repository and that repository should be copied in one folder automatically using node js..?

How to perform automatic cloning of github repository and that repository should be copied in one folder automatically using node js..??

I have used this link http://www.nodegit.org/ and followed all the steps to clone the repository which are given here..but still getting these two error.

%1 is not a valid windows 32 application and Failed to load resource: the server responded with a status of 500 internal Servor error.

Any help will greatly be appreciated..??

I create a ruby library that allow anyone to clone multiple Github repository easily in one simple command using your own credential.

If you have ruby install then you could run something like

$gem install github-cloner
$github-cloner --user awesome_user 
               --base-dir ~/Desktop/github                 
               --languages "JavaScript" 
               --clone

Detail installation and sample usage are in the README.md of the project.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM