MicrosoftDocs / azure-docs

Open source documentation of Microsoft Azure
https://docs.microsoft.com/azure
Creative Commons Attribution 4.0 International
10.25k stars 21.42k forks source link

Where do I clone the github code? Powershell doesn't work and my computer doesn't have a program called just "shell". Instructions unclear. #106452

Closed KiaraCzeto closed 1 year ago

KiaraCzeto commented 1 year ago

Where do I clone the github code? Powershell doesn't work and my computer doesn't have a program called just "shell". Instructions unclear.


Document Details

Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.

RamanathanChinnappan-MSFT commented 1 year ago

@KiaraCzeto

I've delegated this to @timlt , a content author, to review and share their valuable insights.

timlt commented 1 year ago

@KiaraCzeto thanks for using the docs and taking the time to submit questions and feedback!

It's possible that you don't have Git installed. If you check "Prerequisites" in the article, it lists that you need to install Git for windows. When you do that, it'll install a git bash client (that you can use to run commands such as cloning the sample repo). Also, in most cases on a Win 10/11 machine, it'll upgrade your existing terminals (such as Win CMD, and Powershell) so that you can run the same git commands within those.

So, I'd make sure first that you have git for Windows installed, then try to run the clone command either from the git bash client terminal, or from Win CMD or PS terminal.

timlt commented 1 year ago

@KiaraCzeto checking back to see how it's going on this issue.

timlt commented 1 year ago

@KiaraCzeto thanks again for your feedback. If you have further questions please feel free to reopen this item.

please-close