Skip to content

Lab 0

Cloning the GitHub Repository

Logging into Lab environment

  1. Click on the empty screen to get the login dialog
  2. empty screen
  3. login dialog for admin user
  4. Enter the password "IBMDem0s" in the password field and press enter
  5. enter password
  6. You are now logged in into your lab environment

Prepare to clone the repository

  1. Doubleclick on the browser icon/url "LAB 1447 repository" to open a browser and view the repository
  2. repository url icon
  3. repository in browser
  4. If you have an GitHub account you can login and fork this repository if you plan to add your changes
  5. In this lab we will just clone the original repository without pushing changes.
  6. Click on "Code" Button to get the clone dialog
  7. copy repo url
  8. You can now either copy the URL to be used with GitHub Desktop or click on "Open with Github Desktop" when you have used it before.
  9. open in GH Desktop

Using Github Desktop

  1. Doubleclick on the "GitHub Desktop" icon on the desktop and the startup screen appears
  2. gh desktop icon on desktop
  3. startup screen
  4. On this screen click on "skip this step" if you do not have a Github account, else login using the link "Sign in to GitHub.com"
  5. If you used "skip .." a dialog asks you for a name and email adress
  6. You can either provide yours or use a dummy one like in the screenshot
  7. configure git with no login in
  8. Press Finish
  9. In the next dialog step you will be asked if you want to clone an existing repository, create on or use a local one
  10. GitHub Desktop - Let's get started
  11. Click on "Clone a repository from internet" and in the next dialog step select the tab "URL"
  12. here paset the URL you have copied before and either select the default local folder or provide your own
  13. provide url and local folder
  14. Click on "Clone" to proceed
  15. The repository will be copied to your local drive in a few seconds and information will be provided when it is finished if you want it to be opened in Visual Studio Code or show it with the File Explorer
  16. rep cloned open in vscode or file explorer
  17. We will use the Explorer to open the new folder and have a look at its files.
    1. file explorer view repo

Conclusion of Lab 0

You have now successfully cloned our Lab repository which contains the working files and the documentation.