Closed
Description
When I ran a git push
command, I got some extra output at the very top which seems to be coming from coder. The push succeeded though, but we shouldn't be showing an error message for the GIT_SSH_COMMAND.
$ git push -u origin helm
check versions error: build info: do: Get "http://127.0.0.1:3000/api/v2/buildinfo": dial tcp 127.0.0.1:3000: connect: connection refused
Enumerating objects: 14, done.
Counting objects: 100% (14/14), done.
Delta compression using up to 8 threads
Compressing objects: 100% (13/13), done.
Writing objects: 100% (13/13), 7.55 KiB | 1.89 MiB/s, done.
Total 13 (delta 1), reused 0 (delta 0)
remote: Resolving deltas: 100% (1/1), completed with 1 local object.
remote:
remote: Create a pull request for 'helm' on GitHub by visiting:
remote: https://github.com/coder/coder/pull/new/helm
remote:
To github.com:coder/coder.git
* [new branch] helm -> helm
Branch 'helm' set up to track remote branch 'helm' from 'origin'.