git
git 仓库地址:http://git.uninote.com.cn:3000/
- 默认账号:名字全拼,密码:全拼123456
- 如:lilei/lilei123456
- 第一次进入后请配置 ssh 公钥:http://git.uninote.com.cn:3000/user/settings/ssh
no matching host key type found 报错的处理
配置方法:进入~下的.ssh子目录, 编辑(如果没有就创建)config文件,追加:
Host git.uninote.com.cn
Port 22
User git
HostKeyAlgorithms +ssh-dss
PubkeyAcceptedAlgorithms +ssh-rsa