Azure / mlops-v2

Azure MLOps (v2) solution accelerators. Enterprise ready templates to deploy your machine learning models on the Azure Platform.
https://learn.microsoft.com/en-us/azure/machine-learning/concept-model-management-and-deployment
MIT License
478 stars 225 forks source link

[repo] SSH auth shouldn't be needed for git cloning #25

Closed lostmygithubaccount closed 1 year ago

lostmygithubaccount commented 2 years ago

Why?

This is an annoying extra step. If I can gh repo clone the private repo, I shouldn't need to do this.

How?

Can the scripts be modified to use the gh CLI? Some other solution?

lostmygithubaccount commented 2 years ago

wasn't too bad using this: https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account, perhaps document/provide optional script to setup all this

ManojBableshwar commented 1 year ago

agree with Cody here... most folks have clone setup anyways.