git config --global user.name "YOUR_USERNAME" git config --global user.email "your_email_address@example.com"
Install Atom if you have not already from here: https://atom.io/
git clone REPO_URL_HEREFrom there, we can enter in your GitLab credentials that you used to set up your GitLab account (The password will look like you aren't typing, but you are). From there, you can go on to the next step to open up the repository in Atom.
Note! This is only done in certain curcumstances - skip to the "Opening up an existing repository" section the first through these instructions.