Lab 0
Cloning the GitHub Repository
Logging into Lab environment
- Click on the empty screen to get the login dialog
- Enter the password "IBMDem0s" in the password field and press enter
- You are now logged in into your lab environment
Prepare to clone the repository
- Doubleclick on the browser icon/url "LAB 1447 repository" to open a browser and view the repository
- If you have an GitHub account you can login and fork this repository if you plan to add your changes
- In this lab we will just clone the original repository without pushing changes.
- Click on "Code" Button to get the clone dialog
- 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.
Using Github Desktop
- Doubleclick on the "GitHub Desktop" icon on the desktop and the startup screen appears
- 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"
- If you used "skip .." a dialog asks you for a name and email adress
- You can either provide yours or use a dummy one like in the screenshot
- Press Finish
- In the next dialog step you will be asked if you want to clone an existing repository, create on or use a local one
- Click on "Clone a repository from internet" and in the next dialog step select the tab "URL"
- here paset the URL you have copied before and either select the default local folder or provide your own
- Click on "Clone" to proceed
- 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
- We will use the Explorer to open the new folder and have a look at its files.
Conclusion of Lab 0
You have now successfully cloned our Lab repository which contains the working files and the documentation.