Hi Everyone,
I am trying to clone private GitHub repository and then push content to gcs , it is working with cloud build trigger using public GitHub , i have also integrated private GitHub in cloud build but when i try to clone it it through error
"fatal: could not read Username for 'https://github.myrepo.com': No such file or director "fatal: could not read Username for '"
Pls suggest how to clone external enterprise GitHub repository using cloudbuild?