"frontend/src/components/vscode:/vscode.git/clone" did not exist on "c0b5900a378a93b175bf90a2b3a9360da516d08c"
ssh-agent: prevent environment file from flapping
On an OS X laptop, the variable `$HOST` changes a lot depending on what wifi network you're connected to. This causes a lot of `~/.ssh/environment-$HOST` files to be created and causes multiple ssh-agents to created. Instead, use `scutil --get ComputerName` to get something more stable.
Please register or sign in to comment