How to create a repository on GitHub and clone it locally using VScode

ZeroesAndOnes
7 min readMay 8, 2020

This article will walk you through step-by-step showing you how to create a remote repository on GitHub and then clone a copy of it on your local machine using VScode.

In order to follow along in this article you will need to have an active GitHub account. If you currently do not have an account with GitHub you can easily create one by going here: GitHub

We will proceed with this article based on the assumption that you already have an account.

--

--