Right now I am trying to git clone some python library on Google Cloud Platform Virtual machine(my user directory where my code and data are stored). However, directly git clone is not possible as my company blocks access to github from GCP.
My former colleague mentioned some work around which I don't recall precisely. What I can think of is to do these 2 steps
- git clone to personal PC
- upload the zip to GCP using GCP tool and convert it to git
any better approach?