

I am setting my details as follows: $ git config -global user.name Stevealila The username and email will be crucial when committing changes after setting up Visual Studio Code remote SSH with GitHub.

Next, configure your default username, and email. So we can use Visual Studio Code to connect to this Linux client and work on our GitHub/GitLab repoĪLSO READ: GitHub delete repository the RIGHT way Set up Visual Studio Code Remote SSH with GitHub in four straightforward steps Step1: Install and configure git This is a valid question and most user would prefer to do the same but in many corporate organization, the provided Linux box are only allowed to connect to GitHub/GitLab and we may have some firewall related limitations. Why can’t we directly connect Visual Studio Code with GitHub? You already have an account with GitHub.This Linux client has repo access to install git and remotely connect to GitHub.Open terminal in VSC and start managing GitHub repo using Visual Studio Code and Remote SSH.Navigate to your folder where github repo is cloned.Connect to Linux Client where github repo is cloned using remote SSH.Install Visual Studio Code on local Windows Workstation.Create New GitHub repo which wish to work using VSC.Copy public key from step 3 above to your profile on GitHub.Generate SSH key Pair on the Linux Client which will be used to access GitHub account.Have one Linux box where you can clone the github repo.ALSO READ: git tag usage explained for beginners
