Leo Wang
Leo Wang
For Mac users I found a workaround with keychain access according to [this](https://stackoverflow.com/a/67765064/8548372) post.
@DeeDeeG Totally agreed.
same problem ``` (base) [~]$ rm ~/.config/github-copilot/apps.json rm: /Users/wlt/.config/github-copilot/apps.json: No such file or directory ```
@testforstephen thanks, worked now ```sh # 1 — make sure the folder exists sudo mkdir -p ~/.config/github-copilot # 2 — re-own everything under ~/.config sudo chown -R $(whoami):staff ~/.config #...