-
Notifications
You must be signed in to change notification settings - Fork 34
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
failing on install #6
Comments
And that so weird. Retry please... I want to know if it consistent or not. Or try to delete the |
I can confirm I have problems with VSCode: |
@dobegor what is the result
|
@uudashr
|
I just tried to update and got:
|
what is your go version? |
|
It seems there is an issue that hasn't been solved golang/go#21057 |
I got a very similar error just now when I tried to update the Go tools from VSCode. Then I ran the following and it worked correctly:
Not sure what's happening here. Now, even the VSCode tools update succeeds. |
same here
1. The go plugin for vscode updated
2. then i ran go get -u -v github.com/uudashr/gopkgs/cmd/gopkgs and it
worked.
dont knwo why..
…On Tue, 15 May 2018 at 05:27 Suhas Karanth ***@***.***> wrote:
I got a very similar error just now when I tried to update the Go tools
from VSCode. Then I ran the following and it worked correctly:
GOPATH=~/installs/go-tools go get -u -v github.com/uudashr/gopkgs/cmd/gopkgsgithub.com/uudashr/gopkgs (download)github.com/uudashr/gopkgs/vendor/github.com/pkg/errorsgithub.com/uudashr/gopkgs/vendor/github.com/karrick/godirwalkgithub.com/uudashr/gopkgsgithub.com/uudashr/gopkgs/cmd/gopkgs
Not sure what's happening here. Now, even the VSCode tools update succeeds.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#6 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ATuCwh13mSqiccHOv-FH1k6IGyt4xkS7ks5tyksMgaJpZM4T9oYW>
.
|
FYI it's an issue on the golang that hasn't been solved golang/go#21057 In the future, I might remove the Seems the |
@uudashr I do know that issue. The problem I'm talking about is that VSCode is complaining: I already updated gopkgs successfully. |
@dobegor try to execute |
|
Update the |
@uudashr Have you by any chance had forgot to push the changes? Latest commit > 6 hours ago, I did my previous test after that commit. |
I see |
@uudashr yes, thank you, will fix that. But perhaps |
Already ignore. The issue is on the https://github.com/karrick/godirwalk. |
Thanks! |
You are welcome |
I'll close the issue since it solved. |
@uudashr This issue is definitely not resolved. I just opened VSCode and installed go extension for the first time and I got the above error while installing gopkgs |
@uudashr i am also facing the same issue.... |
@vickylance If you get any solution then please reply.... |
Maybe it's a recent change since I am also getting this issue in vscode now but the thread has been dormant for more than a year |
Been discussed in #25 |
Ran from the normal "Go:Install/Update tools"
my env:
output:
The text was updated successfully, but these errors were encountered: