Cloning your repository
- Copy the URL for your repository to your clipboard.
- In VS Code, from the
View
menu, chooseCommand Palette
(or use the shortcut command-shift-P). Begin typingGit: Clone
and enter. When you’re prompted with a message like this, paste in the repository’s URL. - In the following dialog box, select someplace convenient to clone the repository - perhaps your Desktop. Don’t worry about cluttering your Desktop: we’ll throw the clone away at the end of the work session.
- You’ll have to confirm that you really want to do this: choose
Open
(notOpen in New Window
).
Note where you cloned the repository
You’ll need to be able to open your repository’s validating notebook from a web browser, so note where you saved the clone.
⭐️ Tip
If you’re not sure where in your file system you saved the clone, open a terminal in VS Code. (
Terminal
menu,New Terminal
.)If you’re using Windows Power Shell, you’ll probably see a prompt that lists the path to the repository. If you’re using bash or another shell in OS X, type
pwd
at the prompt.You can copy the full path to your clipboard before before you open your Pluto notebook.