-
-
Notifications
You must be signed in to change notification settings - Fork 185
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
ghq list sometimes fails with interrupted system call #311
Comments
oh, I missed the duplicated issue. |
@tikidunpon Are you still facing the same problem? diff --git a/go.mod b/go.mod
index c0587db..e20ffa6 100644
--- a/go.mod
+++ b/go.mod
@@ -14,3 +14,5 @@ require (
golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208
gopkg.in/yaml.v2 v2.3.0 // indirect
)
+
+replace github.com/saracen/walker v0.1.1 => github.com/shogo82148/walker v0.1.2-0.20210223235556-09d564d13dea It applies saracen/walker#5 |
Thanks, I tried that, but it doesn't seem to update the dependencies properly. I've change this file with the replace directive. Then remove but does not update deps.(There are both |
After running |
my environment
go env
Outputthe version of ghq
the problem
I ran
ghq list
to get the list of repositories, but I got the following error message.related issues
The text was updated successfully, but these errors were encountered: