Skip to content

Commit 305b7f3

Browse files
Document CSCS bug and fix in cscs.md
Added warning about a bug in CSCS after update and provided fix instructions.
1 parent cc994e0 commit 305b7f3

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

docs/clusters/cscs.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,18 @@ If you want to join the modern era of computers and have something more involve
557557
```
558558

559559
- Once your job has been launched with *vscode* CLI installed, it's time to run the *code tunnel*. Go to the folder of your project and run the following command
560-
560+
561+
!!! warning "Bug in CSCS after update"
562+
563+
After previous maintainance of CSCS there was a bug where the following code no longer worked. This was due to multiple proxy variable being set. To fix that bug please use the following code:
564+
565+
```base
566+
unset {http,https,no}_proxy
567+
unset {HTTP,HTTPS,NO}_PROXY
568+
```
569+
570+
571+
561572
```bash
562573
cd /path/to/my/awesome/project
563574
code tunnel --name=cluster-tunnel

0 commit comments

Comments
 (0)