alibaba / git-repo-go

git-repo is a command-line tool for centralized workflow, can work with Gerrit, AGit-Flow compatible servers. It is written in Golang, and it can be installed easily without further dependency. It provides an easy-to-use solution for multiple repositories which is introduced by Android repo first, and it can also work with a single repository.
https://git-repo.info/
Apache License 2.0
262 stars 60 forks source link

got bad ssh_info error #51

Closed kennir closed 2 years ago

kennir commented 2 years ago

I can not sync the repos by sync today, got errors below

❯ git repo sync
ERROR: bad ssh_info request to 'https://codeup.aliyun.com/ssh_info': Get "https://codeup.aliyun.com/ssh_info": dial tcp: i/o timeout
NOTE: fail to check remote server, you may need to install gerrit hooks by hands
ERROR: fail to load remotes: origin

my git repo version is

❯ git repo --version
git-repo version 0.7.8
git version 2.32.1 (Apple Git-133)
❯ curl https://codeup.aliyun.com/ssh_info
{"type":"agit","version":2}%

Thanks

kennir commented 2 years ago

Today seems to be fine, It could be a temporary network problem.