Update nexus: fix conflicts and sync local changes

This commit is contained in:
Shen Wei
2026-04-26 12:06:50 +08:00
parent 191797c01b
commit f09834b5a5
2443 changed files with 254323 additions and 255154 deletions

View File

@@ -127,7 +127,7 @@ cat ~/.ssh/id_ed25519.pub
## 正确命令
```bash
ssh -T git@192.168.3.189 -p 2222
ssh -T git@192.168.3.17 -p 2222
```
```
@@ -220,7 +220,7 @@ http://192.168.3.189:3000/admin/nexus.git ❌
## 2. 修改为 SSH
```bash
git remote set-url origin ssh://git@192.168.3.189:2222/admin/nexus.git
git remote set-url origin ssh://git@192.168.3.17:2222/ishenwei/nexus.git
```
## 3. 验证