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
{{ message }}
This repository was archived by the owner on Dec 19, 2020. It is now read-only.
If you run "wit update" in a workspace where (due to development on a package) you have no remote called "origin", you get a fatal error:
wit.gitrepo.GitError: Command [git remote get-url origin] in [...] exited with non-zero exit status [128]
stdout: []
stderr: [fatal: No such remote 'origin']
If you have something called "origin" and somethign called say "private" and your workspace wants to be using the remote you are calling "private" as "origin", the error message is helpful and basically tells you to rename "private" to "origin". Would request a similar helpful error message. And, apparently wit update requires the packages' remotes to be "origin" is probably worth documenting.