Update nexus: fix conflicts and sync local changes
This commit is contained in:
@@ -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. 验证
|
||||
|
||||
|
||||
Reference in New Issue
Block a user