Skip to content
Snippets Groups Projects

replaced quotation mark

Merged Francesco Sabatini requested to merge fs40gaho/RStudio-Docu:patch-1 into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -132,7 +132,7 @@ your session. Do not forget to include your username.
@@ -132,7 +132,7 @@ your session. Do not forget to include your username.
If you have problems to resume a old session and get the message `Error occurred during transmission` you might need to remove the old session data, which is located in the `~/.rstudio` folder. Usually it is sufficient to remove the sessions folder. The command via `ssh`:
If you have problems to resume a old session and get the message `Error occurred during transmission` you might need to remove the old session data, which is located in the `~/.rstudio` folder. Usually it is sufficient to remove the sessions folder. The command via `ssh`:
```bash
```bash
ssh ab12cdef@rstudio1.idiv.de 'rm -r ~/.rstudio/sessions/`
ssh ab12cdef@rstudio1.idiv.de 'rm -r ~/.rstudio/sessions/'
```
```
If you can not access the machine via ssh please [ask the
If you can not access the machine via ssh please [ask the
Loading