问题描述
我想在Windows7-64bit上使用tortoisegit.我已经生成了ssh-keys.我已经阅读了许多指导我如何使SSH密钥被TortoiseGit知道"的教程.教程说我应该去设置-> git->远程,然后正确填写一些字段.
I want to use tortoisegit for windows7-64bit.I have already generated ssh-keys.I have read many tutorials instructing me how to "make the SSH key be known to TortoiseGit".Tutorials say that I should go to settings->git->remote, andfill some fields properly.
问题是在我的计算机上,远程"选项没有显示.假设这是最新版本的错误,我尝试安装一些以前的版本(非最新版本),问题仍然存在.我被困住了.
The problem is that in my computer, the "remote" options does not show up.Assuming that was a bug of last version,I tried to install some previous versions (non-last-ones),and the problem remained.I am stuck.
有人可以帮助我显示远程"选项,或向我解释如何使tortoisegit知道ssh密钥.
Can someone help me either to make the "remote" option to show,or to explain me how to make ssh key be known to tortoisegit.
谢谢.
sbVB
推荐答案
要查看远程"选项(在TortoiseGit->设置下),您应该在属于GIT的文件夹上启动(右键单击)TortoiseGit复制或在存储库上.
In order to see the "remote" option (under TortoiseGit -> Settings) you should launch (right click) TortoiseGit on a folder which belongs to a GIT working copy or on a repository.
因此,您必须克隆一个存储库或创建一个空的存储库.
So, you have to clone a repository or creating an empty one.
这篇关于tortoisegit设置-> git->远程未显示的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!