You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the initial process fails (e.g., due to an invalid repository URL or token), the status command does not list the code machine. I believe this is the correct behavior, but when I try to rerun the init command, Codchi encounters an error (Code machine '...' already exists).
$ codchi.exe init java-ide https://oauth2:XXXXXXX@XXXXXXXX
Code forge: Gitlab
Error: Couldn't access repository. If the repository is private you need to provide the correct credentials. If it's a local repository, make sure it is checked out locally in the machine at the provided path. See <https://codchi.dev/docs/start/usage.html#creating-a-machine> on how to access private repositories.
$ codchi.exe status
┌─────────┬────────────┬──────────┐
│ Machine ┆ Status ┆ Running? │
╞═════════╪════════════╪══════════╡
│ demo ┆ Up to date ┆ ❌ │
├╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌┤
│ test ┆ Up to date ┆ ❌ │
└─────────┴────────────┴──────────┘
If I use invalid URLs or tokens, the process stalls while retrieving available modules. After stopping the process with CTRL+C, the same problem still occurs.
Should be fixed in d8a0acf (v0.2.3). Until then you can manually codchi delete and then init again. If that fails wsl --unregister, delete %APPDATA%\codchi\machine\java-ide and then init again.
If the initial process fails (e.g., due to an invalid repository URL or token), the status command does not list the code machine. I believe this is the correct behavior, but when I try to rerun the init command, Codchi encounters an error (
Code machine '...' already exists
).Environment:
Steps to reproduce
java-ide
is not listedThe text was updated successfully, but these errors were encountered: