Skip to content
Snippets Groups Projects
Commit 1e16f539 authored by Jenni Rinker's avatar Jenni Rinker
Browse files

Changing Windows paths (I think) and updating

parent 9df9a71c
No related branches found
No related tags found
No related merge requests found
......@@ -47,8 +47,11 @@ with the following options:
3. Clone the workshop repository to your computer.
- In your git terminal (possibly called "Git bash"), change to a directory
where you want the new folder to be placed. E.g.,
`cd C:\Users\rink\Desktop`
(but replace my username, "rink", with yours)
`cd /c/Users/rink/Desktop`
but replace my username, "rink", with yours.
Note that, in git bash, file paths are similar to Unix, with forward slashes
and a different way to reference the C-drive. Also, if you have a file path
with a space, try putting a single quote before and after the path.
- Enter this command into the terminal:
`git clone https://gitlab.windenergy.dtu.dk/python-at-risoe/scientific-python-workshops/2-getting-started.git`
4. Test that git is set up properly by trying to pull.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment