异常01
异常描述:
git@101.6.68.113: Permission denied (publickey,keyboard-interactive).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
异常解决:
- 添加ssh
- 输入命令: git remote set-url origin http://101.6.68.113:5108/{user}/{project_name}.git
- git pull
- 输入:用户
- 输入:密码
