SourceTree for Windows不工作

当我从命令行输入git pull时,我可以得到代码没有任何问题.

当我为Windows打开SourceTree,并尝试拉,我得到:

git -c diff.mnemonicprefix=false -c core.quotepath=false fetch origin
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.



Completed with errors,see above.

我可能做错了什么?

看起来像在Windows上使用SourceTree你必须使用Putty Agent. OpenSSH键不起作用

如果你只有OpenSSH密钥:

>单击“工具”菜单中的“创建或导入SSH密钥”
>在油灰键生成器中,从“转化”菜单中选择“导入”键
>选择您的私钥,然后单击保存私钥

您现在拥有包含您的密钥的PPK文件.

在源树中,从工具菜单启动SSH代理,浏览到PPK文件.

所有操作现在都可以正常工作.

相关文章

Windows2012R2备用域控搭建 前置操作 域控主域控的主dns:自...
主域控角色迁移和夺取(转载) 转载自:http://yupeizhi.blo...
Windows2012R2 NTP时间同步 Windows2012R2里没有了internet时...
Windows注册表操作基础代码 Windows下对注册表进行操作使用的...
黑客常用WinAPI函数整理之前的博客写了很多关于Windows编程的...
一个简单的Windows Socket可复用框架说起网络编程,无非是建...