When I try to clone the repository I got the following:
$ git clone https://github.com/MicrosoftDocs/mslearn-typescript.git Cloning into 'mslearn-typescript'... fatal: unable to access 'https://github.com/MicrosoftDocs/mslearn-typescript.git/': SSL peer certificate or SSH remote key was not OK
How can I clone it without downloading the whole repository?
When I try to clone the repository I got the following:
$ git clone https://github.com/MicrosoftDocs/mslearn-typescript.git Cloning into 'mslearn-typescript'... fatal: unable to access 'https://github.com/MicrosoftDocs/mslearn-typescript.git/': SSL peer certificate or SSH remote key was not OKHow can I clone it without downloading the whole repository?