-
Notifications
You must be signed in to change notification settings - Fork 2
/
troubleshooting.qmd
16 lines (11 loc) · 1.25 KB
/
troubleshooting.qmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
title: "Troubleshooting"
---
On this page we will collect issues that people have come across while working on the course, together with the solutions. If you paste your error message into the search box on this course website, it should find the appropriate issue on this page in case it has been reported by someone else already.
If you can't find your issue resolved on this page, make sure to post a comment.
You can help out by editing this page when you come across an issue and its solution. For example if you managed to find the solution yourself, please nevertheless edit this page to add your issue and your solution because it will save others time.
- If your R project is located inside a directory with a very long path name, you might get an error messge because R will not be able to access the path.\
The error message may look like this: 'Warning in gzfile(file, "wb"): cannot open the compressed file 'C:/..... "\
**Solution**: make sure you create your R project in a higher directory with a shorter path
- For some users, Github asks for username and password (or personal access token) every time you want to push your commits to Github. This can happen if your Git version is too old.\
**Solution**: install the latest version of Git.