I don't use often git-workspace but since one or two month I get this error:
$ git workspace update
Fetching repositories...
Error: Error fetching repositories from Gitlab user/group michel-thomas at https://gitlab.com in directory gitlab.com, using the token stored in GITLAB_TOKEN
Caused by:
0: https://gitlab.com/api/graphql: Network Error: Network Error: Error encountered in the status line: Connection reset by peer (os error 104)
1: Network Error: Error encountered in the status line: Connection reset by peer (os error 104)
2: Connection reset by peer (os error 104)
I checked the token: Ok, scope api, not expired.
When I go into one of my repos subdir, git pull / git fetch is working well.
And version is latest:
$ git workspace -V
git-workspace 1.6.0
Thanks for your help.
I don't use often
git-workspacebut since one or two month I get this error:I checked the token: Ok, scope
api, not expired.When I go into one of my repos subdir,
git pull/git fetchis working well.And version is latest:
Thanks for your help.