SoureTree使用SSH链接进行项目版本控制

2022-10-25  本文已影响0人  寸光片静

使用工具Mac--v12.3.1 (21E258) SourceTree--v4.1.7(243) Xcode--v13.4 (13F17a)

一、使用SSH链接

1、SourceTree “这是一个无效的源路径/URL”

原因:SSH Key,设置密码,SourceTree无输入访问SSH Key的访问密码

2、使用终端clone

需要输入SSH Key文件密码


完成clone

SourceTree加载本地仓库

SourceTree拉取、上传操作失败git@***.***.***.***: Permission denied (publickey,password).没权限访问SSH Key,需要密码

Permission denied, please try again.
Permission denied, please try again.
git@...: Permission denied (publickey,password).
fatal: Could not read from remote repository.

原因:还是无法访问SSH Key的权限

二、解决方法

重新生成SSH Key不设置密码 生成SSH Key

SoureTree 显示这是一个Git仓库 终端也不用输入密码 可以直接clone
上一篇下一篇

猜你喜欢

热点阅读