You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While trying to commit changes onto the repo the pre-commit golang format check fails to initialize the environment for git://github.com/dnephin/pre-commit-golang with the below error:
[karthik@fedora ceph-csi]$ git commit -s
[INFO] Initializing environment for git://github.com/dnephin/pre-commit-golang.
An unexpected error has occurred: CalledProcessError: command: ('/usr/libexec/git-core/git', 'fetch', 'origin', '--tags')
return code: 128
stdout: (none)
stderr:
fatal: unable to connect to github.com:
github.com[0: 20.207.73.82]: errno=Connection timed out
The text was updated successfully, but these errors were encountered:
karthik-us
added a commit
to karthik-us/ceph-csi
that referenced
this issue
Apr 19, 2023
Initialization of pre-commit-golang environment is failing when
using the git://github.com/dnephin/pre-commit-golang repo link.
Changing it to https://github.com/dnephin/pre-commit-golang
fixed the issue.
Signed-off-by: karthik-us <ksubrahm@redhat.com>
Fixes: ceph#3760
Initialization of pre-commit-golang environment is failing when
using the git://github.com/dnephin/pre-commit-golang repo link.
Changing it to https://github.com/dnephin/pre-commit-golang
fixed the issue.
Signed-off-by: karthik-us <ksubrahm@redhat.com>
Fixes: ceph#3760
Initialization of pre-commit-golang environment is failing when
using the git://github.com/dnephin/pre-commit-golang repo link.
Changing it to https://github.com/dnephin/pre-commit-golang
fixed the issue.
Signed-off-by: karthik-us <ksubrahm@redhat.com>
Fixes: #3760
While trying to commit changes onto the repo the pre-commit golang format check fails to initialize the environment for git://github.com/dnephin/pre-commit-golang with the below error:
[karthik@fedora ceph-csi]$ git commit -s
[INFO] Initializing environment for git://github.com/dnephin/pre-commit-golang.
An unexpected error has occurred: CalledProcessError: command: ('/usr/libexec/git-core/git', 'fetch', 'origin', '--tags')
return code: 128
stdout: (none)
stderr:
fatal: unable to connect to github.com:
github.com[0: 20.207.73.82]: errno=Connection timed out
The text was updated successfully, but these errors were encountered: