19 lines
855 B
Markdown
19 lines
855 B
Markdown
# Git Remote Refs Probe 快照
|
|
|
|
| 項目 | 值 |
|
|
|------|----|
|
|
| 群組 | `wooo-infra-config-remotes` |
|
|
| 狀態 | `partial` |
|
|
| repo 數 | `2` |
|
|
| aligned current branch | `1` |
|
|
| unreachable | `1` |
|
|
|
|
## Repo refs
|
|
|
|
| Label | Remote URL | Status | Local branch | Local HEAD | Remote branch SHA | Heads | Tags | Error |
|
|
|-------|------------|--------|--------------|------------|-------------------|-------|------|-------|
|
|
| `wooo-infra-config-gitea` | `192.168.0.110:wooo/wooo-infra-config.git` | `unreachable` | `main` | `866b5aa` | `` | `0` | `0` | SSH 權限不足或 remote 不可讀 |
|
|
| `wooo-infra-config-github` | `github.com:owenhytsai/wooo-infra-config.git` | `aligned_current_branch` | `main` | `866b5aa` | `866b5aa` | `1` | `0` | 無 |
|
|
|
|
> 注意:本檔只使用 `git ls-remote` 做 read-only refs 探測;未 fetch、未 clone、未 push。
|