Tag: repo git

  • Come scaricare tutte le repo da GitHub

    Aprite il terminale ed eseguite (presupponendo che abbiate un terminale configurato correttamente) cambiando USER con quello vostro: CNTX={users}; NAME={USER}; PAGE=1 curl “https://api.github.com/$CNTX/$NAME/repos?page=$PAGE&per_page=100″ | grep -e ‘git_url*’ | cut -d \” -f 4 | xargs -L1 git clone Se dovesse comparire questo errore: fatal: remote error:The unauthenticated git protocol on port 9418 is no longer supported.Please […]