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.

Home Page:https://git-repo.info/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

got bad ssh_info error

kennir opened this issue · comments

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

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