Skip to content

Coder version checking error while running git commands #2745

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
deansheather opened this issue Jun 30, 2022 · 1 comment
Closed

Coder version checking error while running git commands #2745

deansheather opened this issue Jun 30, 2022 · 1 comment
Labels
api Area: HTTP API

Comments

@deansheather
Copy link
Member

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'.
@deansheather deansheather added the api Area: HTTP API label Jun 30, 2022
@sreya
Copy link
Collaborator

sreya commented Jun 30, 2022

fixed in #2757

@sreya sreya closed this as completed Jun 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api Area: HTTP API
Projects
None yet
Development

No branches or pull requests

2 participants